最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

wpf打开默认浏览器网址

业界 admin 15浏览 0评论

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”);
}

发布评论

评论列表 (0)

  1. 暂无评论