二维数组的遍历for
for(int[] i:t) // int[] i, 或a[] 视为一个数组对象
for(int x:i)
{system.out.println(x);}
内存
类的字段在new一个对象时默认值为0
局部变量必须赋初值才能通过编译