最佳答案
如何确定 Jquery 中 ajax 调用的响应类型?有时,服务器发送 json 响应,有时它只发送用于显示目的的 html。现在我正在吸毒
if(response.indexOf('Error'))
//popup error message
else
response.username
response.address