摘要: Process process = new Process(); process.StartInfo.FileName = 指定程序exe文件路径; process.StartInfo.Arguments = 指定文件路径; process.StartInfo.UseShellExecute = fa... 阅读全文
posted @ 2019-04-29 15:56 Alina_Wang 阅读(4379) 评论(0) 推荐(0) 编辑