摘要: 例5.4二维数组 1 public class cjava { 2 public static void main(String[] args) { 3 int i,j; 4 int[][] a={{1,2,3},{4,5,6}}; 5 int[][] b=new int[3][2]; 6 Syst 阅读全文
posted @ 2020-08-18 21:58 敲敲代代码码 阅读(113) 评论(0) 推荐(0) 编辑