C#流水帳0:字典的一個錯誤使用

using System; using System.Collections.Generic; public class Test { public static void Main() { Dictionary<int, int> data = new Dictionary<int, int>() { { 100, 20 }, { 120, 20 }, { 12
相關文章
相關標籤/搜索