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
}
?
