chengxian

二维数组定义:int array[][]=new int[3][3];

获取行长度 : int rowlength=array.length;

获取列长度:int colength=array[0].length;

分类:

技术点:

相关文章: