gpt4 book ai didi

javascript - 从一个页面插入 html 代码到另一个 html 页面

转载 作者:可可西里 更新时间:2023-11-01 09:32:53 29 4
gpt4 key购买 nike

我对基于网络的 Material 有点陌生,所以请多多包涵。

我的本​​地驱动器上有两个 html 页面。 Test1.html 和 test2.html。

如何将 test2.html 的内容放入 test1.html 的主体中?

我研究过使用 w3IncludeHTML(); 以及诸如 jQuery .load() 之类的东西

Test1.html

<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
</head>
<body>
<p id="text"></p>

<script type="text/javascript">
$('#text').load("test2.html");
</script>

</body>
</html>

Test2.html

<ul class='myclass'>
<li>test li one</li>
<li>test li two</li>
<li>test li three</li>
</ul>

最佳答案

根据我们的聊天记录:

https://chat.stackoverflow.com/rooms/131606/discussion-between-brandon-and-fred-ii

您需要以管理员身份运行它,因为这是 Windows 7 下的权限问题。

关于javascript - 从一个页面插入 html 代码到另一个 html 页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41347491/

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