在前端經過ajax請求後臺以後返回的時候,出現了下面的異常:前端
error: function(req, textStatus, errorThrown){}ajax
req:json
textStatus:"parsererror";app
errorThrown:undefined.async
而本身的ajax請求以下:url
type: 'POST',
contentType: 'application/json',
data: JSON.stringify(dataModel.dataSource()),
url: url1,
async: false,
dataType: 'json',對象
解決方案:將dataType註釋掉就可了,緣由是個人返回值是一個字符串而不是一個對象~~字符串