System.Diagnostics.Process.Start(启动文件路径, 参数);System.Diagnostics.Process.Start("notepad", "c:\\1.txt");启动指定对象,并应用参数System.Diagnostics.Process.Start(启动文件路径);System.Diagnostics.Process.Start("c:\\1.txt");启动指定对象