我尝试每隔5秒在设置的时间间隔内调用一个函数,但在TypeError中抛出错误:this.intialState不是一个函数
componentDidMount() {
this.intialState();
setInterval(this.changeSelection,5000);
}
changeSelection(){
this.intialState();
}
TypeError: this.intialState is not a function
慕后森
哈士奇WWW
翻过高山走不出你
相关分类