【C#】Dictionary通过value获取对应的key值
摘要:
通过key值获取value值方法想必大家都知道 private void GetDicValueByKey() { Dictionary<string, string> dic = new Dictionary<string, string>(); dic.Add("1", "1"); dic.Ad 阅读全文
posted @ 2021-07-23 10:40 xihong 阅读(5315) 评论(0) 推荐(0) 编辑