标签:error throw ready nbsp thrown data 字符 err 错误信息
error: function(XMLHttpRequest, textStatus, errorThrown) {
alert(XMLHttpRequest.status);
alert(XMLHttpRequest.readyState);
alert(textStatus);
},
假如ajax返回的是字符串,则返回类型改为:dataType:‘text‘,假如是json的数据,则返回:dataType:‘json‘
标签:error throw ready nbsp thrown data 字符 err 错误信息
原文地址:http://www.cnblogs.com/nizuimeiabc1/p/6612763.html