for (Map.Entry<String, Integer > entry:list){. System.out.println(entry.getKey()+ " : " +hashMap.get(entry.getKey()));. } ...
確定! 回上一頁