摘要: 数组 public class Test2 { public static void main(String[] args) { int [] a = new int[3];//使用动态初始化的时候,数组的元素有默认值,数字类型的默认值0,对象类型为null System.out.println(a 阅读全文
posted @ 2020-02-27 09:07 HainChen 阅读(315) 评论(0) 推荐(0)