for (Map.Entry<String, String> entry: map.entrySet()){ System.out.println(entry.getKey() + ": " + entry.getValue()); ...
確定! 回上一頁