1.环境配置 前端:jsp 后端: Spring MVC 接口一地址:http://localhost:7777 接口二地址:http://localhost:8888 2.案例 1.全局默认请求 http://localhost:7777,也就是Request Headers 的 Origin 属性值为:http://localhost:7777,现需要请求:http://localhost:8888。 test() { $.ajax({ type: 'get', url: "http://localhost:8…
