求助:this的指向在cc.class里是不是会改变?
Creator 2.x
hpi490387055
(hxk)
2018年02月24日 09:38
#1
image.png
1128×753 85.6 KB
image.png
679×521 35.7 KB
365617437
(HelloWorld)
2018年02月24日 09:47
#2
是啊,有可能会变
735908933
(EthanTbb)
2018年02月24日 09:52
#3
你 this.loginCallBack 后面加 bind(this), 像这样 this.loginCallBack.bind(this) , 然后试试看
1赞