摘要: package test04; public class test04 { public static void main(String[] main) { int[] array={63,4,24,1,3,15}; for(int i=1;i<array.length;i++) { for(int 阅读全文
posted @ 2021-10-12 22:51 热爱代码的某人 阅读(19) 评论(0) 推荐(0)