摘要: usingSystem; usingSystem.Collections.Generic; classDictionaryDemo { staticvoidMain(string[]args) { DictionaryDemo001(); Console.ReadLine(); DictionaryDemo002(); Console.ReadLine(); DictionaryDemo003(); Console.ReadLine(); } ///<summary> ///一般用法 ///</summary> staticvoidDictionaryDemo001() 阅读全文
posted @ 2011-05-20 10:22 StudyNLP 阅读(723) 评论(0) 推荐(0)