Process myProcess = new Process();
myProcess.StartInfo.FileName = "firefox.exe";//"firefox.exe";// "iexplore.exe"; //chrome //iexplore.exe //哪个浏览器打开
myProcess.StartInfo.Arguments = result;
myProcess.Start();
posted @ 2014-09-22 09:57
水墨.MR.H
阅读(2009)
评论(0)
推荐(0)