$.ajax({
type: "post",
url: "snaker/investigationApplication/close",
data: {
name:'王'
},
success: function (data) {
...
},
error: function (data) {
...
}
})
ajax中,什么样的条件会触发success ?
还是说,没有触发条件,success和error是按顺序执行的,先进到success里能执行,就不再进到error里
慕雪6442864
相关分类