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
相关文章
相关标签/搜索