摘要: 解决ajax 跨域+跨域统一session 处理+请求超时报错 $.ajax({ url: 'http://127.0.0.1:8080/', dataType: 'jsonp', xhrFields: { withCredentials: true }, crossDomain: true, da 阅读全文
posted @ 2017-08-02 10:57 Barrey's 阅读(397) 评论(0) 推荐(0)