如何显示ajax responseText?
这个问题在这里已经有了答案:
做了
error: function (xhr, status, errorThrown) {
alert(JSON.parse(xhr.responseText).category[0]);
}
链接地址: http://www.djcxy.com/p/31723.html
这个问题在这里已经有了答案:
做了
error: function (xhr, status, errorThrown) {
alert(JSON.parse(xhr.responseText).category[0]);
}
链接地址: http://www.djcxy.com/p/31723.html