已解决已解决
已解决已解决已解决已解决换个浏览器看看 或F12 看看报错 Access to XMLHttpRequest at 'https://bbs.0372w.cn/forum.php?mod=ajax&action=setnav&do=open&type=collection&infloat=yes&handlekey=setnav&inajax=1&ajaxtarget=fwin_content_setnav' (redirected from 'https://www.0372w.cn/forum.php?mod=ajax&action=setnav&do=open&type=collection&infloat=yes&handlekey=setnav&inajax=1&ajaxtarget=fwin_content_setnav') from origin 'https://www.0372w.cn' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. 这个是不是域名的设置有问题? 原因:Javascrip{过滤}t访问本地文件也会出现这样的错误。 浏览器为了安全考虑,是不允许Javascrip{过滤}t访问本地文件的。
解决办法:
Chrome不支持本地Ajax请求,当我在.html文件中访问.json文件时就会出现这个问题,就是说这个时候不能加载这个.html文件。
解决方式
打开Chrome快捷方式的属性中设置:
右击Chrome浏览器快捷方式,选择“属性”,
在“目标”中加上"--allow-file-access-from-files",注意前面有个空格,
重启Chrome浏览器便可。
页:
[1]