通知短信+运营短信,5秒速达,支持群发助手一键发送🚀高效触达和通知客户 广告
[TOC] [https://electronjs.org/docs/api/shell](https://electronjs.org/docs/api/shell) 使用默认应用程序管理文件和 url ## 案例 ### 用默认浏览器打开url ``` const { shell } = require('electron') shell.openExternal('https://github.com') ```