JSON 教程
JSON 语法
通过 JavaScript,您可以创建一个对象数组,并像这样进行赋
源代码:
点击运行 »
var sites = [{ "name": "mifengjc", "url": "www.mifengjc.com" }, { "name": "google", "url": "www.google.com" }, { "name": "微博", "url": "www.weibo.com" } ];
运行结果:
点击运行 »