Kevin6_Wong
2020-12-30 23:27
在前端启动的服务localhost:8081;
调用b.com的接口,这层为什么没跨域呢?
location: localhost:8081
ajax: $.get('http://b.com/test/xxx.json');
在 localhost:8081访问b.com 浏览器应该会报出跨域?
服务器支持了,前端走代理就好了,
ajax跨域完全讲解
62551 学习 · 90 问题
相似问题
回答 1
回答 4
回答 2