开发者问题收集
我很难弄清楚为什么我无法正确地增加/减少数组中的四个计数器,该数组处于应用程序状态。状态中的数组是这样的:...constructor(props) {super(props);this.state = {right: 0,left: 0,up: 0,down: 0,...more variables...bank: [0, 0, 0, 0] // <- array with 4 counters