摘要: C#遍历字典Dictionary List<string> list_key = new List<string>(); foreach (var str_value in dictionary_mc_agv_name) { if (str_value.Value == "JIAZHI2") { l 阅读全文
posted @ 2023-01-30 10:16 txwtech 阅读(116) 评论(0) 推荐(0) 编辑
摘要: c# 字典dictionary 1个key键对应多个值得方法-MultiDictionary c# 字典dictionary查找是否包含 Dictionary<string, List<string>> multi_dic = new Dictionary<string, List<string>> 阅读全文
posted @ 2023-01-30 09:29 txwtech 阅读(187) 评论(0) 推荐(0) 编辑