同问
开发者问题收集
React 状态中的增量和减量数组计数器
我很难弄清楚为什么我无法正确地增加/减少数组中的四个计数器,该数组处于应用程序状态。状态中的数组是这样的:...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
reactjs
arrays
state
counter
2022-06-15
«
1
»