class Watch { constructor (exp, fn) { this.exp = exp this.fn = fn pushTarget(this) data[exp] }} 查看完整描述