javaMap遍历方法Mapmap=newHashMap();Iteratorit=map.entrySet().iterator();while(it.hasNext()){