經安全檢測,此網站為安全網站,請放心前往原始網址!

java - Creating Two-Dimensional Array - Stack Overflow

int[][] multD = new int[5][]; multD[0] = new int[10] ... Try the following: int[][] multi = new int[5][10]; ... which is a short hand for something like this: int[][] multi = new int [5][]; ...

stackoverflow.com

網址安全性掃描由 google 提供