System.Diagnostics.Process.Start("iexplore.exe", "http://www.baidu.com/"); //chrome System.Diagnostics.Process.Start("chrome.exe", "http://www.baidu.com/"); //Maxthon System.Diagnostics.Process.Start("C:\\Program Files\\Maxthon\\Bin\\Maxthon.exe", "http://www.baidu.com/"); //firefox System.Diagnostics.Process.Start("firefox.exe", "http://www.healthcareol.com/"); //360Browser.exe System.Diagnostics.Process.Start("C:\\Users\\Administrator\\AppData\\Roaming\\360se6\\Application\\360se.exe", "http://www.baidu.com/");
转载于:https://www.cnblogs.com/waiwai1015/p/4744303.html
相关资源:C#使用默认浏览器打开网页的方法