随笔分类 -  electron

摘要:使用默认浏览器打开electron中的链接 const { shell } = require('electron'); const uri = "http://baidu.com" shell.openExternal(url); 阅读全文
posted @ 2021-09-13 17:41 TaurusBoy 阅读(1124) 评论(0) 推荐(0)