卷帝
// 字典 声明的时候同时也要声明 key 和 value 的类型 Dictionary<int,string> dicts = new Dictionary<int,string>(); dicts.Add(1,"98分"); // dicts.Add(1,"98分"); // key 要唯一 不能重复 否则报错 // foreach 叫 增强for循环, foreach 循环 // 对于遍历字典或者集合具备天然的优势,效率高过for循环
posted on 2024-03-03 16:23 流浪のwolf 阅读(5) 评论(0) 编辑 收藏 举报
Powered by: 博客园 Copyright © 2024 流浪のwolf Powered by .NET 9.0 on Kubernetes