摘要: 1、存值:map.put(K key, V value) public static void main(String[] args) { ///*Integer*/map.put("1", 1);//向map中添加值(返回这个key以前的值,如果没有返回null) HashMap<String, 阅读全文
posted @ 2020-02-28 22:07 SupremeBoy 阅读(326) 评论(0) 推荐(0)