今天需要做一个本地测试,html中的js涉及通过ajax跨域拉取数据的问题,在Chrome中的控制台报错:1XMLHttpRequest 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即可