C# 操作浏览器打开网址

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/");

posted @ 2015-08-20 10:18  歪歪咯  阅读(1132)  评论(0编辑  收藏  举报