JSON 教程
JSON.parse()
例如我们从服务器接收了以下数据
源代码:
点击运行 »
{ "name": "mifengjc", "alexa": 10000, "site": "www.mifengjc.com" }
运行结果:
点击运行 »