今日小弟做了个程序,其中有: Hashtable ht = new Hashtable(); ht.Add(key,value); 我想根据键值(key)得到对象值(value) 请问该调用那个方法来实现。