摘要: 1、Map的遍历 Map maps=new HashMap(); maps.put(1,"a"); maps.put(2,"b"); maps.put(3,"c"); Iterator> itMap=map.entrySet.iterator(); while(itMap.hasNext){ Map.Entry entry... 阅读全文
posted @ 2018-08-07 00:06 空能净 阅读(244) 评论(0) 推荐(0) 编辑