🌈 搜索
📅  最后修改于: 2022-03-11 14:48:45.933000             🧑  作者: Mango
foreach (KeyValuePair item in myDictionary) { MessageBox.Show(item.Key + " " + item.Value); }