foreach (KeyValuePair<string, string> kvp in dic) { Console.WriteLine("key:{0},value:{1}", kvp.Key, kvp.Value); }
时间: 2024-10-04 23:04:25
foreach (KeyValuePair<string, string> kvp in dic) { Console.WriteLine("key:{0},value:{1}", kvp.Key, kvp.Value); }