//设置异步 $.ajaxSettings.async = true; $.post("url", data, function(result) { // 请求处理 },"json"); //第2个、第4个参数可以省略