使用C#打开网址(IE) 两种办法 第一种,直接打入网址用默认程序打开 System.Diagnostics.Process.Start(“http://www.baidu.com“);第二 … Continue reading 使用C#打开网址(IE)