摘要: 1、运行代码: #region 查Default是否可能是null List<string> strs = new List<string>(); string s1=strs.FirstOrDefault(); Console.WriteLine(s1); List<Test1> test1s = 阅读全文
posted @ 2022-11-15 09:02 ꧁执笔小白꧂ 阅读(363) 评论(0) 推荐(0)