在前端启动的服务localhost:8081;
调用b.com的接口,这层为什么没跨域呢?
location: localhost:8081
ajax: $.get('http://b.com/test/xxx.json');
在 localhost:8081访问b.com 浏览器应该会报出跨域?
服务器支持了,前端走代理就好了,