命名空间

using System.Diagnostics;

button的click事件中写入如下

Process.Start("http://www.xxx.com");

 

注:Process.Start();//可用于启动任何进程!

相关文章: