摘要: 代码简介 package array; public class demo_1 { public static void main(String[] args) { int[] num = {1,2,3,4,5}; //打印数组里每一个数 for (int i=0;i<num.length;i++) 阅读全文
posted @ 2022-04-21 11:22 王小瘦的园子 阅读(20) 评论(0) 推荐(0) 编辑