缥缈导师

文章
5
资源
1
加入时间
2年10月17天

JAVASCRIPT HashTable

functionHashtable() { this _hash=newObject(); this add=function(key,value){ if(typeof(key)!="undefine