跨域问题

今天需要做一个本地测试,html中的js涉及通过ajax跨域拉取数据的问题,在Chrome中的控制台报错:

1
XMLHttpRequest cannot load http://www.xxxx.com/Data/GetUserInfo. No'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null'is therefore not allowed access.

有一个便捷的处理方式可以在谷歌中实现数据跨域,只需要 简单在浏览器的快捷方式的设置中 增加运行参数 –disable-web-security即可
设置方式

相关资料:

CORS(跨域资源共享)

新W3C标准中 AJAX 跨域实现以及隐患

跨域访问资源