猿问

使用axios的时候,`bind(this)`是指的什么意思?

在使用axios的时候,bind(this)是指的什么意思?
this.$http.post(Urls.register(),this.formItem).then(function(response){
}.bind(this))
.catch(function(response){
console.log(response)
})
慕尼黑8549860
浏览 842回答 2
2回答

莫回无

其实也是会用到的。如果你在b环境里面调用A环境的方法并且访问A环境的属性那么bind(this)还是非常有效果的,如果你的this指代当前环境,那么()=>{this}就够用了
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答