2022年4月24日
摘要: public class Demo05 { public static void main(String[] args) { //定义一个新的二维数组 //int a[][] = new int[2][5]; int[][] array = {{1,2}, {3,4}, {4,6},{8,1}}; 阅读全文
posted @ 2022-04-24 16:48 三岁学JAVA 阅读(113) 评论(0) 推荐(0)