Open CPPAlien opened 4 years ago
super(props) this.update = this.update.bind(this)
使用 class fields 来解决,不用写 constructor,使用 class fields 的方式初始化 state,使用方法使用箭头函数。
使用 class fields 来解决,不用写 constructor,使用 class fields 的方式初始化 state,使用方法使用箭头函数。