摘要: //字面量的方式 var obj = { name : "beijing", age : 12, showName : function(){ return this.name }, hobbies : ["读","写","看"], json : { "adress" : "天津" } } //构造 阅读全文
posted @ 2017-10-13 12:27 柯岩 阅读(79) 评论(0) 推荐(0) 编辑