网站首页
编程语言
数据库
系统相关
其他分享
编程问答
StudentScores
2024-11-12
C# 字典应用
usingSystem;usingSystem.Collections.Generic; classProgram{ staticvoidMain() { //创建一个字典,键是字符串类型,值是整数类型 Dictionary<string,int>studentScores=newDictionary<string,int>(); //