//textStatus的值:null, timeout, error, abort, parsererror
//errorThrown的值:收到http出错文本,如...使用SONP形式调用函数时,例如myurl?callback=?,JQuery将自动替换后一个“?”为正确的函数名,以执行回调函数。...)
请求成功后的回调函数。...({
url: url,
data: data,
success: success,
data类型:dataType
});
$.get("data.php",{data:"data"}...type: "POST",
url: url,
data: data,
success: success,
dataType: dataType
});
$.post("data.php