乐趣区

关于react.js:react-setState方法key设置变量跟获取

1、设置 state 变量的值

this.setstate({

   [`fileList${index}`]:index

})

2、获取 state 变量的值
this.state[`fileList${index}`]

退出移动版