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