C# 打开edge浏览器并访问指定的url

using System.Diagnostics;
// ...
Process.Start("msedge", "https://www.luocore.com");

 

posted @ 2023-03-23 11:08  LuoCore  阅读(677)  评论(0编辑  收藏  举报