企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
[TOC] [https://electronjs.org/docs/api/shell](https://electronjs.org/docs/api/shell) 使用默认应用程序管理文件和 url ## 案例 ### 用默认浏览器打开url ``` const { shell } = require('electron') shell.openExternal('https://github.com') ```