标签: javascript uwp
我正在使用在Windows 10上运行的JS制作应用程序。
Windows.open("http://url");
打开一个新的应用程序窗口而不是浏览器。如何打开默认浏览器的链接?
答案 0 :(得分:0)
试试这个:
Windows.System.Launcher.launchUriAsync(new Windows.Foundation.Uri("http://url"));