摘要: Map map = new HashMap(); map.put("key1", "value1"); map.put("key2", "value2"); List<Map<String, String>> list = new ArrayList<Map<String, String>>(); 阅读全文
posted @ 2018-10-11 15:18 章齐斌 阅读(41089) 评论(0) 推荐(3)