摘要: 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 阅读(443) 评论(0) 推荐(0) 编辑