js 创建 JSON对象

//定义变量
var Type = [{}];
 Type.push({ label: "labelname", value: "value" });
原文地址:https://www.cnblogs.com/mrma/p/4447268.html