摘要: 原生ajax请求方式:var xhr = new XMLHttpRequest(); xhr.open("POST", "http://xxxx.com/demo/b/index.php", true); xhr.withCredentials = true; //支持跨域发送cookiesxh... 阅读全文
posted @ 2015-12-28 18:29 海~~D 阅读(37716) 评论(1) 推荐(0) 编辑