ES6—22:Object.defineProperty()方法 Always_positive 2021-04-08 50 阅读1分钟 基本参数 用法实例 enumerable: true 会使得设置的这个参数能够被遍历到,反之不能被遍历到 configurable: true 会使得设置的这个参数的属性不能被删除,默认为false