最初目的:将html页面公共部分提取出来,如:导航,底部footer;然后在其它页面调用;便于后期字段上的更改; 将页面导航的html代码,另存为一个nav.html文件;然后index.html页面要用导航时,用jquery load();方法来调用这个nav.html; 问题是: 在搭建的后台环境 localhost下 调用成功 能正常显示页面; 但在本地 file:///D:/www/project08/index.html 调用失败 不能显示调用的页面; 浏览器报错: 1. Failed to load resource: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. 2. XMLHttpRequest cannot load file:///D:/www/project08/nav.html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. 请问大神: 这是为什么???
penglijuan
jerryguo
CharlesY
极限战斧
ChLn