摘要: 集合 1 集合常用方法 public static void main(String[] args) { // 创建集合 Collection<String> collection = new ArrayList<>(); System.out.println(collection); // 添加数 阅读全文
posted @ 2025-07-07 22:09 小胡coding 阅读(15) 评论(0) 推荐(0)