Java中数组键盘动态录入赋值里的【i】什么意思for(int i=0;i<30;i++){score【i】=input.nextInt(;)}score任意值没有懂为什么要用数组的score括号住i什么意思。