用來對某個物件直接定義一個新的屬性,用法如下: const object1 = {}; Object.defineProperty(object1, 'property1', { value: 42, writable: false });.
確定! 回上一頁