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.
我需要一个 iframe,但我不需要它来加载它的引用文件,如 css、js 和图像。我怎么可能做到?
简短的回答是你不能。
长答案是获取您计划加载的 HTML 文档的一个版本,但没有您不想要的所有引用并加载它。
(您可以使用您选择的编程语言和 DOM 解析器以编程方式生成这样的文档)。