发布网友
共3个回答
懂视网
热心网友
//有错误捕获哦
var a = $.post("example.php", function() {alert("success");}).error(function() { alert("error"); });