C# 调用浏览器打开网址

 

 private void button1_Click(object sender, EventArgs e)
        {
            //调用系统默认的浏览器 
            System.Diagnostics.Process.Start(http://www.baidu.com);
        }

 

posted on 2016-01-11 17:46  苏上话  阅读(1783)  评论(0编辑  收藏  举报