1.加入
using System.Diagnostics;
2.
private void button_main_baidu_Click(object sender, EventArgs e) { Process.Start("http://www.baidu.com/"); }