从二维数组中截取连续行

从二维数组中截取连续行

int[][] temp = Arrays.copyOfRange(arr, 1, 2);  //  截取第二行

posted @ 2023-10-25 23:55  爱新觉罗LQ  阅读(17)  评论(0)    收藏  举报