标签:
$.ajax({ url: "", type: "post", async: false,// 默认为true:异步; false:同步 data: {}, dataType: "json", error: function() {}, success: function(data) {} });
ajax请求
原文地址:http://www.cnblogs.com/pumushan/p/4740008.html