摘要: 普通方法的hook非常so easy, 就不用记录了。 现在记录一下hook set get方法: class A{ constructor(){ this._age = 0; } get age(){ return this._age; } set age(v){ console.log('aa' 阅读全文
posted @ 2023-01-06 17:57 浪浪辛 阅读(154) 评论(0) 推荐(0)