摘要: 第6章 1.ES有两种属性:数据属性和访问器属性。属性中包含各种特性,表示属性的各种特征。 数据属性:[[Configurable]],[[Enumerable]],[[Writable]],[[Value]] 修改属性使用方法:Object.defineProperty() 访问器属性:[[Con 阅读全文
posted @ 2016-08-07 21:20 ancientMuse 阅读(173) 评论(0) 推荐(0) 编辑