摘要: 1、首先创建一个HashMap,Map map= new HashMap();2、Iterator iter= map.entrySet().iterator();首先是map.entrySet()是把HashM... 阅读全文
posted @ 2017-07-05 18:29 代码拯救不了世界 阅读(910) 评论(0) 推荐(0) 编辑