foreach (KeyValuePair<char, int> pair in dicList). {. Console.WriteLine(pair.Key + " = " + pair.Value);. } Console.ReadLine();. }.
確定! 回上一頁