摘要: JAVA 执行dos命令 String cmd = "ping www.baidu.com"; try { Process process = Runtime.getRuntime().exec(cmd); InputStream is = process.getInputStream(); Inp 阅读全文
posted @ 2022-07-15 14:44 没有烦恼的猫猫 阅读(183) 评论(0) 推荐(0)