正文

Java中返回四维数组的方法:创建一个四维数组,然后返回它的引用。例如:public static int[][][][] get4DArray() { return new int[3][4][5][6]; }