为了账号安全,请及时绑定邮箱和手机立即绑定

[About JS]How to get obj's property in such a

[About JS]How to get obj's property in such a

一只萌萌小番薯 2019-02-13 18:17:11
For Example:var o = {  x: 10,  handleX: () => {    // I want to get x here, and then...    console.log(this.o.x) // 这不是我想要的结果  }}
查看完整描述

1 回答

?
撒科打诨

TA贡献1934条经验 获得超2个赞

var o = {

  x: 10,

  handleX() {

    console.log(this.x)

  }

}


查看完整回答
反对 回复 2019-02-23
  • 1 回答
  • 0 关注
  • 378 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信