你的位置:
首页
>
业界
>
wpf打开默认浏览器网址
private void button1_Click(object sender, EventArgs e)
{
//调用系统默认的浏览器
System.Diagnostics.Process.Start(“explorer.exe”, “https://blog.csdn/wei574768440”);
}
private void button1_Click(object sender, EventArgs e)
{
//调用系统默认的浏览器
System.Diagnostics.Process.Start(“explorer.exe”, “https://blog.csdn/wei574768440”);
}