摘要: 14.1 property attribute 1.writable 属性,property 的值是否可写 2.enumberable 属性,property是否可枚举,包括for/in Object.key() 3.configurable属性,property是否可删除,可被改变。 access 阅读全文
posted @ 2025-02-09 14:17 zhongta 阅读(17) 评论(0) 推荐(0)