问题 I have an HTML file with embedded Javascript, and I want to convert it to a stand-alone exe. Is that possible? How can I do it? Any html2exe tool out there? P.S. If you must ask why, it's a very simple text-processing utility, but certain people want it (for reasons beyond me) as a desktop application. 回答1: Try this open-source app Node-webkit (from here https://github.com/rogerwang/node-webkit) powered by Chromium JS engine and Node.js. You can pack the Node-webkit app package to a