Dictionary(数据字典)
摘要:数据字典:Dictionary对象用于在结对的名称/值中存储信息(等同于键和项目),其可作为传参使用。 C# Dictionary字典类的使用方法 //定义字典 Dictionary<string, string> d = new Dictionary<string, string>(); //添加
阅读全文
posted @ 2018-10-29 10:02
posted @ 2018-10-29 10:02
posted @ 2018-10-25 15:16
posted @ 2018-10-25 15:14
posted @ 2018-10-22 10:09
posted @ 2018-10-11 10:08