摘要: 1 public class Copy1 { 2 3 public static void main(String[] args) { 4 array1(); //如果不初始化元素,默认为0 5 int [][] a = new int [][]{{1,3,2,5... 阅读全文
posted @ 2017-06-23 18:20 云上咖啡 阅读(445) 评论(0) 推荐(0)