摘要: public class ooo { public static void main(String[]args){ int i[]={5,9,6,4}; for(int c=0;c<i.length;c++){ System.out.println(i[c]); } System.out.print 阅读全文
posted @ 2020-12-21 17:57 叶子大叔 阅读(52) 评论(0) 推荐(0)