摘要: 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 @ 2020-01-25 21:22 enych 阅读(236) 评论(0) 推荐(0) 编辑