摘要: package School.Day10; public class Test01 { public static void main(String[] args) { int[] x = {9,1,2,7,6,3,4,10,8,5}; maopao(x); for (int i : x) { Sy 阅读全文
posted @ 2021-05-12 11:27 武銘健 阅读(44) 评论(0) 推荐(0)