C#如何调用浏览器并打开指定网址?
以打开http://zhating.cn为例
System.Diagnostics.Process.Start("http://zhating.cn");
只需要将这行代码添加到需要的位置即可。