gpt4 book ai didi

jquery - 将 html 内容加载到 html 页面

转载 作者:太空宇宙 更新时间:2023-11-04 13:07:10 29 4
gpt4 key购买 nike

<分区>

在有人将此问题标记为重复之前,我对此事进行了大量调查,但仍未找到解决问题的方法。所以,我有这些 header.html 和 footer.html 文件,我想将它们的内容加载到一个新的 html 页面中(尽量不重复代码)。我知道我可以在 php 中以非常简单的方式完成这些操作,但我正在尝试使用 JQuery 来完成(刚刚开始深入研究)。到目前为止,这是我的代码:

<!DOCTYPE html>
<html>

<head>
<link rel="stylesheet" type="text/css" href="./style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>

<script>
$(function(){
$('#filename').load("footer.html");
});
</script>
</head>

<body>

<div id="filename"></div>

</body>
</html>

我收到以下错误:

jquery.min.js:5 XMLHttpRequest cannot load file:///C:/Users/...../footer.html. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.send @ jquery.min.js:5ajax @ jquery.min.js:5b.fn.load @ jquery.min.js:5(anonymous function) @ index.html:10c @ jquery.min.js:3fireWith @ jquery.min.js:3ready @ jquery.min.js:3H @ jquery.min.js:3

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