摘要: ```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) 编辑