在這樣的詞典:在C#中的字符串中發現{0}是什麼意思?
Dictionary<string, string> openWith = new Dictionary<string, string>();
openWith.Add("txt", "notepad.exe");
openWith.Add("bmp", "paint.exe");
openWith.Add("dib", "paint.exe");
openWith.Add("rtf", "wordpad.exe");
Console.WriteLine("For key = \"rtf\", value = {0}.", openWith["rtf"]);
輸出是:
用於鍵= 「RTF格式」 值= wordpad.exe
什麼是{0}
是什麼意思?
鏈接似乎無法正常工作 - 小心修復它 – 2016-12-15 17:59:05