gpt4 book ai didi

javascript - 如何使用 iframe 加载 html?

转载 作者:太空宇宙 更新时间:2023-11-04 01:46:19 25 4
gpt4 key购买 nike

我有:

index.html

test.html

我可以用 jquery load(); 加载我的 test.htmlindex.html

中的函数

但是我的 index.html 样式被破坏了,这就是为什么我想将我的 test.html 作为 iframe 加载到 index.html 中..

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>

<h1>index.html</h1>

<div class="item">
load test.html here with iframe
</div>

<div class="test">
I'm a test div and I want to be in index.html in `item` class
</div>

最佳答案

将 html 文件加载到 iframe 中

<html>
<body>

<iframe src="test.html">
<p>Your browser does not support iframes.</p>
</iframe>

</body>
</html>

关于javascript - 如何使用 iframe 加载 html?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44436836/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com