1、设置 state 变量的值 this.setstate({ [`fileList${index}`]:index})2、获取 state 变量的值 this.state[`fileList${index}`]