激动手链

文章
4
资源
0
加入时间
2年11月11天

实现矩阵从外围到内依次输出

package Day47;//实现输出矩阵的外围public class Test2 { public static void main(String[] args) { int[][] M={{1,2,3,4},{5,6,7,8},{9,10,11,12},{13,14,15,16}}; int i=0; for(int a=i;a<M.length