javascript中有两个非常重要的数据类型是对象和数组。 e.g: 1 var book={ 2 topic:"javascript", 3 fat:true 4 }; 转载于:https://www.cnblogs.com/hoaprox/p/3565038.html