先看看它的作用JSON.parse()用于从一个字符串中解析出json对象,如var str = '{“name”:“LeonWu”,“age”:“18”}'JSON.parse(str);//结果为一个Object// ...
確定! 回上一頁