STEP2、初始化. for(int i=0; i<2; i++){ for(int j=0; j<3; j++){ array[i][j] = i+j; } }. 陣列初始化. [ array[0][0] = 0, array[0][1] = 1, ...
確定! 回上一頁