摘要: public class MapDemo { public static void main(String[] args) { //创建Map对象 Map<String, String> map = new HashMap<String,String>(); //给map中添加元素 map.put( 阅读全文
posted @ 2018-04-28 09:13 阿善9 阅读(248) 评论(0) 推荐(0) 编辑