JQ的ajax要求代码

我们要求一个远程数据接口来获取和分配数据,访问后有如下缺点提示:

No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost' is therefore not allowed access.

jqajaxphp文件php实战ajax跨域要求问题解决 Ruby

办理办法:在数据返回的php接口添加好head头

header(\"大众Access-Control-Allow-Origin: \"大众);

ok,搞定了,再次访问

缺点消逝,数据返回正常了,so easy。