摘要: 创建一个ProcessStartInfo对象 使用系统shell 指定命令和参数 设置标准输出 var psi = new ProcessStartInfo(fileName, para) { RedirectStandardOutput = true }; 启动 var proc = Proces 阅读全文
posted @ 2021-12-21 15:29 达某人 阅读(487) 评论(0) 推荐(0)