2023年7月27日
摘要: # hashMap添加key重复 ```Map map = new HashMap(); System.out.println(map.put(1, 0)); // null System.out.println(map.put(1, 1)); // 0 System.out.println(map 阅读全文
posted @ 2023-07-27 07:33 懵逼的程序小白 阅读(97) 评论(0) 推荐(0)