Hashtable的初始化和扩容: 底层有数组,Hashtable&$Entry[],初始化为11临界值threshold = 11*0.75=8扩容:超过临界值,一次扩容成*2+1执行 方法 addEntry(hash, key, value, index); 添加K-V 封装到Entry