int[][] a = new int[10][14];
for (int i = 0; i < 10; i++) {
  for (int j = 0; j < 14; j++) {
      a[i][j];
  }
}
未填充
新加载
未命中
命中
循环次数  动画速度(ms)