JSON.parse() & JSON.stringify()

原創轉載請註明出處:http://agilestyle.iteye.com/blog/2352232   JSON.parse() Demo  var str = '{"username":"nodejs", "password":"23"}'; console.log(JSON.parse(str)); Console Output   JSON.stringify() Demo  var s
相關文章
相關標籤/搜索