摘要: C# 集合 using System.Data; using System.Collections; //数组(Array) string[] arr = { "Hello", "World" }; int[] nums = { 1, 99, 2, 66, 15, 8 }; //哈希表(Hashta 阅读全文
posted @ 2022-11-26 18:50 microsoft-zhcn 阅读(80) 评论(0) 推荐(0) 编辑