云天君 发表于 2026-8-24 12:21:22

Html一键打包exe工具,绿色无依赖,解压即用

// 1. 窗口控制
window.Web2ExeNative("window.minimize");   // 最小化
window.Web2ExeNative("window.setFullScreen", true); // 开启全屏
window.Web2ExeNative("app.exit");          // 安全退出

// 2. 本地文件操作
let content = window.Web2ExeNative("fs.readTextFile", "C:/config.json");
window.Web2ExeNative("fs.writeTextFile", "C:/log.txt", "Hello World");

// 3. 执行外部程序
window.Web2ExeNative("os.exec", "calc.exe");4e3732037e0150e00b600bca177eae32
页: [1]
查看完整版本: Html一键打包exe工具,绿色无依赖,解压即用