C#调用其他另一个应用程序 一、添加引用using System.Diagnostics;exp:调用网站根目录下的NOTEPAD.EXE(记事本)Process.Start(“NOTEPAD.EXE”);