2017年11月29日

摘要: Runtime runtime =Runtime.getRuntime(); // 获取当前程序的运行进对象 Process process = null; //声明处理类对象 String line = null; //返回行信息 InputStream is = null; //输入流 InputStreamReader isr = null;// 字节流 Buffere... 阅读全文
posted @ 2017-11-29 08:15 脚踏实地2018 阅读(348) 评论(0) 推荐(0)

导航