摘要: 1.ajax是同步方式 $.ajax({ type: "post", url:url, async:false, data:datatosend, dataType:"json", beforeSend: function(xhr) { xhr.withCredentials = true; } c 阅读全文
posted @ 2017-08-15 22:27 惊沙男孩 阅读(341) 评论(0) 推荐(0)