gpt4 book ai didi

javascript - 我想在我的 div 标签中加载 html 页面

转载 作者:行者123 更新时间:2023-12-03 03:04:08 24 4
gpt4 key购买 nike

 function secondCategory(i) {
var liName = 's_li_' + i;
$('#' + liName).click(function() {
$('.article').load('http://google.com');
});
}
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>

我喜欢在我的 div 标签、文章中加载 html 页面。但出现错误“无法加载‘网站地址’:仅协议(protocol)方案支持跨源请求:http、data、chrome、chrome-extension、https。”

[http://wedontknow.dothome.co.kr
./index.html
http://google.com][1]

我尝试过的上述网站都出现错误。如何加载 html 页面?

最佳答案

除非您拥有外部网站,否则您无法加载外部网站,因为您需要启用跨域资源共享

对于本地文件,发生此错误是因为您只是直接从浏览器打开 html 文档。要解决此问题,您需要从网络服务器提供代码并在本地主机上访问它

关于javascript - 我想在我的 div 标签中加载 html 页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47246012/

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