winform 指定浏览器打开链接
Process myProcess = new Process();
myProcess.StartInfo.FileName = "firefox.exe";//"firefox.exe";// "iexplore.exe"; //chrome //iexplore.exe //哪个浏览器打开
myProcess.StartInfo.Arguments = result;
myProcess.Start();
昂首阔步,不留一点遗憾
浙公网安备 33010602011771号