用纯JavaScript解析JSON
这个问题在这里已经有了答案:
你可以使用JSON.parse() :
console.log(JSON.parse(xhttp.responseText));
链接地址: http://www.djcxy.com/p/31717.html
这个问题在这里已经有了答案:
你可以使用JSON.parse() :
console.log(JSON.parse(xhttp.responseText));
链接地址: http://www.djcxy.com/p/31717.html