json对象

js 操作json对象:
//声明
var a={};
//赋值
a.id=1;
a.name=ddd;
原文地址:https://www.cnblogs.com/liguangsunls/p/7211192.html