标签:style for class next 通过 dom out family size
Random rand = new Random(47); //可通过new关键字在数组里创建元素,不能用new创建单个的基本数据类型 int[] a = new int[rand.nextInt(20)]; for(int i = 0; i < a.length; i++){ a[i] = i + 1; System.out.println(a[i]); }
数组元素不确定 通过new确定。
标签:style for class next 通过 dom out family size
原文地址:http://www.cnblogs.com/changzuidaerguai/p/6275371.html