标签:
本贴收集信息为自用,如果能帮到您,实属荣幸
jquery ajax 异步 async为flase,同步为true或者不增加此参数
1 $.ajax({ 2 type: "GET", 3 async: false, 4 url: "", 5 data: "", 6 contentType: "application/x-www-form-urlencoded; charset=utf-8", 7 success: function (result) { 8 9 } 10 });
常用又容易忘记的JS小功能合集 本贴收集信息为自用,如果能帮到您,实属荣幸
标签:
原文地址:http://www.cnblogs.com/ColorUltra/p/5491744.html