摘要:JAVA 集合(4) Map. ... null); //獲取集合中所有的値 Collection<String> col = map.values(); // [null, a, b] System.out.println(col); } }.
確定! 回上一頁