2011-12-10 20 views

回答

1

您也可以使用哈希表类别:

例如:

HashTable dict = new HashTable(); 

dict.Add("key", object); 
相关问题