摘要: 一、数组使用 For-Each循环 & 普通for循环 public class ArrayDemo03 { public static void main(String[] args) { int[] arrays = {1,2,3,4,5,6}; // JDK1.5 没有下标 for-each 阅读全文
posted @ 2020-12-31 17:43 xiong_xzc 阅读(176) 评论(0) 推荐(0)