03 2022 档案

摘要:1.可变参数注意事项 1 public class ArrDemo { 2 public static void main(String[] args) { 3 int mun=demo(7,7,7); 4 System.out.println(mun); 5 } 6 7 public static 阅读全文
posted @ 2022-03-08 21:16 剑破云霄 阅读(22) 评论(0) 推荐(0)
摘要:Map接口下的 无序HashMa集合 有序LinkedHashMap集合 阅读全文
posted @ 2022-03-08 20:17 剑破云霄 阅读(28) 评论(0) 推荐(0)