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.
我看到有另一个名称相似的帖子,但它对我没有帮助。
我用这个:
<embed src="../xml/menu.xml" />
将一些 XML 内容嵌入 HTML 文件的 div 中。它在 Google Chrome 和 Internet Explorer 中有效(显示内容),但在 Mozilla Nightly 中无效。
你知道如何让它甚至适用于 Nightly 吗?
改为使用<object>。根据规范,<embed>只会显示通过插件和 SVG 处理的内容,而不是 XML 等随机文档类型。
<object>
<embed>