关于ajax的跨域问题,有两种解决方法(环境:java && ajax):
方法一:
response.setHeader("Access-Control-Allow-Origin", "*");
方法二:
dataType: "jsonp", //服务端需要返回json格式代码