Javascript跨域

這幾天整理了Javascript跨域的東西,終於比較完整了 附上CORS代碼: 1 function createCORSRequest(method, url) { 2 var xhr = new XMLHttpRequest(); 3 if ("withCredentials" in xhr) { 4 xhr.open(method, url, tr
相關文章
相關標籤/搜索