Parsing JSON with pure JavaScript
This question already has an answer here:
你可以使用JSON.parse() :
console.log(JSON.parse(xhttp.responseText));
链接地址: http://www.djcxy.com/p/31718.html
下一篇: 用纯JavaScript解析JSON