摘要: public class Test01{ public static void main(String []args){ int []a=new int[3]; a[0]=10; a[1]=20; a[2]=30; for(int i=0;i<a.length;i++){ System.out.pr 阅读全文
posted @ 2019-12-20 15:44 动起来mygod 阅读(115) 评论(0) 推荐(0)