首页
c# dictionary键值对常用方法
1.for循环获取dictionary的键和值
foreach(var item in DicTest ){ //item.Key //item.Value }
.Net常用语法
相关
标签