1.JSON.parse(json)  

2.new Function(“return ” + json) (); 

3.eval(“(”+json+”)”)

相关文章: