摘要: public static void main(String[] args) { int[] array={1,2,3,4,5}; // for (int arrays : array) { // System.out.print(arrays); //} // PrintArrays(array) 阅读全文
posted @ 2020-06-04 20:19 光光1234 阅读(112) 评论(0) 推荐(0) 编辑
摘要: package com.AoChenguang.Array;public class ArrayDemon1 { public static void main(String[] args) { int [] a={1,2,3,4,5,6,7,8,9};//静态初始化 创建+赋值 System.ou 阅读全文
posted @ 2020-06-04 18:19 光光1234 阅读(139) 评论(0) 推荐(0) 编辑
摘要: package com.AoChenguang.Array;import com.sun.media.sound.AiffFileReader;public class ArrayDemon { public static void main(String[] args) { int [] nums 阅读全文
posted @ 2020-06-04 17:42 光光1234 阅读(117) 评论(0) 推荐(0) 编辑