111,129
社区成员
发帖
与我相关
我的任务
分享

System.Diagnostics.Process process = new System.Diagnostics.Process();
process.StartInfo.FileName = @"C:\Program Files\Internet Explorer\iexplore.exe";
process.StartInfo.Arguments = "http://www.126.com";
process.Start();