public class Wget { public static void main(String[] args) throws Exception { Runtime rt = Runtime.getRuntime(); Process proc = rt.exec("wget -c ...
確定! 回上一頁