private void button1_Click(object sender, EventArgs e)
{
//调用系统默认的浏览器
System.Diagnostics.Process.Start(“explorer.exe”, “https://blog.csdn/wei574768440”);
}
发布者:admin,转转请注明出处:http://www.yc00.com/web/1735130949a3794380.html
private void button1_Click(object sender, EventArgs e) { 调用系统默认的浏览器 System.Diagnostics.Process.Start(“explorer.exe”, “
private void button1_Click(object sender, EventArgs e)
{
//调用系统默认的浏览器
System.Diagnostics.Process.Start(“explorer.exe”, “https://blog.csdn/wei574768440”);
}
发布者:admin,转转请注明出处:http://www.yc00.com/web/1735130949a3794380.html
评论列表(0条)