For Example:var o = { x: 10, handleX: () => { // I want to get x here, and then... console.log(this.o.x) // 這不是我想要的結(jié)果 }}
[About JS]How to get obj's property in such a
一只萌萌小番薯
2019-02-13 18:17:11