两种办法
第一种,直接打入网址用默认程序打开
System.Diagnostics.Process.Start("http://www.baidu.com");第二种,使用指定程序并传入参数后打开
System.Diagnostics.Process.Start(@"C:\Program Files\Internet Explorer\IEXPLORE.EXE","http://www.baidu.com");两种办法
第一种,直接打入网址用默认程序打开
System.Diagnostics.Process.Start("http://www.baidu.com");
System.Diagnostics.Process.Start(@"C:\Program Files\Internet Explorer\IEXPLORE.EXE","http://www.baidu.com");转载于:https://www.cnblogs.com/mgod/archive/2008/06/17/1224256.html
943
756

被折叠的 条评论
为什么被折叠?