state flow中常数定义?stateflow

1个月前 (08-03 13:36)阅读1回复0
lrj
lrj
  • 管理员
  • 注册排名2
  • 经验值401570
  • 级别管理员
  • 主题80314
  • 回复0
楼主
  1. state flow中常数定义?

state flow中常数定义?

state flow中常数定义?stateflow

constructs() { super() this.setState({ name: null }) } render() { const {name} = this.state }看这样一个例子,构造函数定义的是state的key,value,而render是读取喊做name的值。因为state是只读的,所以用const来定义,当然你也可以用let、var。

0
回帖

state flow中常数定义?stateflow 期待您的回复!

取消