1.let d1 = Object.getOwnPropertyDescriptor({name: "hello"}, 'name');console.info(d1);為什么打印出來是{ value: 'hello', writable: true, enumerable: true, configurable: true }而通過Object.defineProperties()定義的屬性,這幾個(gè)默認(rèn)就是false
javascript對象的屬性標(biāo)簽?zāi)J(rèn)的不是false嗎?
慕標(biāo)琳琳
2018-08-26 12:56:02