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.
我意识到这frame在 HTML5 中被删除了,他们这样做一定有很好的理由。
frame
我想知道如何在 HTML5 中实现相同的功能。
您仍然可以使用iframe. 那会好吗?
iframe
https://developer.mozilla.org/en-US/docs/HTML/Element/iframe
https://softwareengineering.stackexchange.com/questions/144515/why-were-frames-deprecated-in-html5-but-not-iframes
您可以使用<iframe>或尝试使用<object>标签。我<object>曾在一个必须严格遵守 HTML4 的项目上使用过,而且效果很好。
<iframe>
<object>