解决Ajax跨域问题:Origin http://127.0.0.1:8080 is not allowed by Access-Control-Allow-Origin.
时间:2014-03-14 19:04:40
收藏:0
阅读:3345
在服务端上设置一下header,如response.header("Access-Control-Allow-Origin","*");
原文:http://www.cnblogs.com/leehongee/p/3598317.html
评论(0)