JAVA中遍历map的值
摘要:
public static void main(String[] args){ Map map = new HashMap(); map.put("id1", "wang"); map.put("id2", "sheng"); //方法一 Set set = map.keySet(); for ... 阅读全文
posted @ 2015-07-09 23:16 换言色 阅读(295) 评论(0) 推荐(0)
posted @ 2015-07-09 23:16 换言色 阅读(295) 评论(0) 推荐(0)