How to Display ajax responseText?
This question already has an answer here:
做了
error: function (xhr, status, errorThrown) {
alert(JSON.parse(xhr.responseText).category[0]);
}
链接地址: http://www.djcxy.com/p/31724.html
上一篇: 从Javascript读取JSON数据