【发布时间】:2014-11-29 00:07:30
【问题描述】:
我使用 Firefox 33.0 将网站保存为“Web Page, Complete”。
问题是,主html文件的html树被静态地改变了。 在保存之前有这样的东西:
Stuff before
<form name="test1>
inner stuff
</form>
Stuff after
保存后如下:
Stuff before
<form name="test1"></form>
inner stuff
Stuff after
我试过谷歌浏览器和 IE。同样的事情。
如果我将其保存为“网页,仅 HTML 页面”,则 html 树已正确保存。
可能是什么问题?
提前谢谢你。
【问题讨论】: