jQuery Ajax 参数引见

jQuery Ajax 参数介绍?function (data, textStatus) {? //data could be xmlDoc, jsonObj, html, text, et

jQuery Ajax 参数介绍

?

function (data, textStatus) {
? // data could be xmlDoc, jsonObj, html, text, etc...
? this; // the options for this ajax request
}

?