使用 ie6 将 DOM 保存在离线网络存档(mht 格式)中

发布于 2024-10-19 21:49:55 字数 129 浏览 1 评论 0原文

我需要使用 ie6 将 DOM 保存在离线网络存档(mht 格式)中。我需要对网络存档进行离线更新,然后将它们保存回磁盘。然而“另存为...”功能不包括 DOM 更新,有没有办法做到这一点?或者也许是一个解决方法?

干杯, 山姆

I need to save the DOM in a offline web archive(mht format) using ie6. I need to make offline updates to the web archive and then save them back to the disk. However the "save as..." functionality is not including the DOM updates, is there a way to do this? Or perhaps a workaround?

Cheers,
Sam

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼眸里的那抹悲凉 2024-10-26 21:49:55

使用 saveSnapshot 并选择“网页,仅 HTML”而不是“Web 存档” :

<style>
  .snapshot_alpha {behavior:url(#default#savesnapshot);}
</style>
<!--...-->
<input class="snapshot_alpha" type="text" id="persist_alpha">

Use saveSnapshot and choose "Web Page, HTML Only" rather than "Web Archive":

<style>
  .snapshot_alpha {behavior:url(#default#savesnapshot);}
</style>
<!--...-->
<input class="snapshot_alpha" type="text" id="persist_alpha">
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文