已采纳回答 / shtiny
对象的属性标签可以确定当前属性是不是能够修改或者删除等操作,主要属性标签有configurable 是否可用 delete删除某个属性、enumerable 是否可用for in 遍历、writable 是否可以修改。
2017-10-24