摘要:
public class Test { public static void main (String[] args) { excuteCommand("ipconfig"); // excuteCommand("ping 10.141.26.50"); } public static void excuteCommand(String command) { Runtime r = Runtime.getRuntime(); Process p; ... 阅读全文
posted @ 2012-12-10 21:16
木森2015
阅读(454)
评论(0)
推荐(0)

浙公网安备 33010602011771号