摘要: 数组使用 普通For循环用法遍历 package com.zhou.array; public class ArrayDemo03 { public static void main(String[] args) { int[] arrays = {1,2,3,4,5}; //打印全部的数组元素 f 阅读全文
posted @ 2022-08-15 15:46 小周和java 阅读(15) 评论(0) 推荐(0) 编辑