發布時間:2020-11-30 15:38 作者:獨孤劍 閱讀:1222
using System; namespace DemoConsole { class Program { static void Main(string[] args) { // 調用默認瀏覽器打開網址 System.Diagnostics.Process.Start("http://www.baidu.com"); // 調用IE瀏覽器打開網址 System.Diagnostics.Process.Start(@"C:\Program Files\Internet Explorer\iexplore.exe", "http://www.baidu.com"); // 調用谷歌瀏覽器打開網址 System.Diagnostics.Process.Start(@"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe", "http://www.baidu.com"); } } }
微信打賞, 微信掃一掃
支付寶打賞, 支付寶掃一掃
如果文章對您有幫助,歡迎給作者打賞