private void button1_Click(object sender, EventArgs e) { //调用系统默认的浏览器 System.Diagnostics.Process.Start(“explorer.exe”, “https://blog.csdn/wei574768440”); }
发布评论