摘要: 今天做了关于使用CROS做跨域访问的实验。具体的配置如下,有一个在localhost:80的nginx的简单html。调用如下:$.get('http://localhost:3000/tests').done(function(res){ console.log(res);}).fail(f... 阅读全文
posted @ 2014-11-09 18:47 苟日新 阅读(686) 评论(0) 推荐(0)