Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 使用 JavaScript 在 Firefox 中保存 HTML 页面
谁能建议一种方法来调用“另存为”对话框以使用 JavaScript 方法在本地保存网页?我已经尝试过document.execCommand()在 IE 上运行良好,但在其他浏览器中不行。我不能使用 PHP 或其他任何东西。
document.execCommand()