java中二維數組底層原理

public class Test_01二維數組 { public static void main(String[] args) { /* int[][] arr = new int[][]; 對數組的操做從0開始到 length - 1 */ int[][] array = new int[2][3]; System.out.println("array:" +
相關文章
相關標籤/搜索