会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
一股清流
随波逐流,顺应潮流,上善若水,踏浪而走。
博客园
首页
新随笔
联系
订阅
管理
2016年4月15日
Map遍历两种方式
摘要: ```java Java代码 Map map=new HashMap(); map.put("username", "qq"); map.put("passWord", "123"); map.put("userID", "1"); map.put("email", "qq@qq.com"); 第一种用for循环 Java代码 ...
阅读全文
posted @ 2016-04-15 17:53 goumingming
阅读(138)
评论(0)
推荐(0)
编辑
公告