摘要: Dictionary<string, int> list = new Dictionary<string, int>(); list.Add("d", 1); //3.0以上版本 foreach (var item in list) { Console.WriteLine(item.Key + it 阅读全文
posted @ 2017-05-06 04:46 IOSyes 阅读(326) 评论(0) 推荐(0) 编辑