摘要: class Program { static void Main(string[] args) { //ArrayListTest(); QueueTest(); } static void HashTableTest() //键值对 { Hashtable number = new Hashtable(); number["aa"] = 10; number["bb"] = "aaa"; ... 阅读全文
posted @ 2012-06-20 22:22 真诚待 阅读(572) 评论(0) 推荐(0) 编辑