Object.defineProperty(obj, pro, descriptor) obj 定义属性的对象定义或修改的属性名称义或修改的属性描述符返回传递给函数的对象 let p = new Proxy(target, handler)