摘要: //列表比较基础就不写了 其他的不太常用 // Dictionary 字典 Dictionary<int, EQInfo> eqs = new Dictionary<int, EQInfo>(); EQInfo tempInfo = new EQInfo(); for (int i = 1; i < 阅读全文
posted @ 2019-07-28 09:59 C#初学者—Damon 阅读(300) 评论(0) 推荐(0) 编辑
摘要: class Program { static void Main(string[] args) { string path = @"C:\Users\EDZ\Desktop\Test1\userData11.luxin"; if (!File.Exists(path)) { Console.Writ 阅读全文
posted @ 2019-07-28 09:52 C#初学者—Damon 阅读(934) 评论(0) 推荐(0) 编辑