For Example:
var o = {
x: 10,
handleX: () => {
// I want to get x here, and then...
console.log(this.o.x) // 这不是我想要的结果
}
撒科打诨
相关分类