java中的HashMap
HNU Peter Lv2
1
2
HashMap hashMap= new HashMap();
hashMap.add(null,null);