HashMap hm = new HashMap();
hm.put("tianye", "yetongmu");
hm.put("niit","lgxr");
hm.put("bjsxt", "java");
hm.put("today", new Date());

Map.Entry me = (Map.Entry)hm.entrySet();
为什么会提示转型出错?