admin 管理员组

文章数量: 887629

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

本文标签: 浏览器 网址 WPF