摘要: public static void main(String[] args) { HashMap map = new HashMap(); map.put("1", "M"); map.put("2", "J"); map.put("3", "X"); //通过Map.keySet遍历key和value ... 阅读全文
posted @ 2018-08-01 11:10 冷漠不是我的本意 阅读(560) 评论(0) 推荐(0) 编辑