int[][]arr;
arr=new int[5][6];//定义二维数组
int [][]grade=new int [5][6]//直接定义
for each循环;不使用下表就能访问;
int=[]mum={12345}
for(int a :m){
System.out.print(a)} //num数组 a 12345;
二维数组
原文:http://www.cnblogs.com/chenxi2016/p/5393498.html