把1 2 3 4 5 遍历出来 然后调用 gethar 方法都得到相应的vaule 就可以啦
hash表的key不是顺序的。
for(Entry entry : hm.entrySet()){//打印KeySystem.out.println(entry.getKey());//打印valueSystem.out.println(entry.getValue());}