摘要: public class zuoye2 { public static void main(String[] args){ int []a={10,20,30,40,50}; for(int i=0;i<5;i++){ System.out.println(a[i]); } } } 2.编写一个简单 阅读全文
posted @ 2023-04-21 00:42 owxd 阅读(20) 评论(0) 推荐(0) 编辑