摘要: 初始化静态最终集 private final static HashSet<Character> vowels = new HashSet<>( Arrays.asList('a', 'e', 'i', 'o', 'u', 'A', 'E', 'I', 'O', 'U')); 复制数组的一部分得到新 阅读全文
posted @ 2022-03-01 10:30 tootooquan 阅读(46) 评论(0) 推荐(0)