请各位大佬指点!this的指向可以通过什么方式改变?万分感谢

写小程序的时候发现小程序内置的api里是不能使用this。于是定义了一个变量_self来保存this。想问下如果使用call()应该怎么写。第二个这么些好像不行letrpxlet_self=this//获取系统信息wx.getSystemInfo({success(res){_self.windowHeight=res.windowHeight+'px'_self.windowWidth=res.windowWidthrpx=res.windowWidth/750_self.rpx=rpx}})wx.getSystemInfo.call(this,{success(res){this.windowHeight=res.windowHeight+'px'this.windowWidth=res.windowWidthrpx=res.windowWidth/750this.rpx=rpx}})
莫回无
浏览 170回答 2
2回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript