ES6: Reflect的总结 ( 附上代码 ) YG 2021-11-09 122 阅读1分钟 Reflect简介: 静态类 内部封装了一系列对对象的底层操作 Proxy内部方法的默认实现 提供了一套统一的用于操作对象的API apply construct defineProperty deleteProperty get getOwnPropertyDescriptor getPrototypeOf has isExtensible ownKeys preventExtensions set setPrototypeOf