get和post时才有这个跨域和cookie跨域的问题,jsonp因为机制不同,无此问题,但是jsonp数据量有限原生js// 会带上cookie var xmlhttp = new XMLHttpRequest(); xmlhttp.withCredentials = true;jquery ajax$.ajax({ url : rankApi, dataType ...
get和post时才有这个跨域和cookie跨域的问题,jsonp因为机制不同,无此问题,但是jsonp数据量有限原生js// 会带上cookie var xmlhttp = new XMLHttpRequest(); xmlhttp.withCredentials = true;jquery ajax$.ajax({ url : rankApi, dataType ...