ajax post 异常捕捉

//错误异常捕捉

var a = $.post("example.do", function() {alert("success");}).error(function() { alert("error"); });搜索

你可能感兴趣的:(Ajax)