摘要: using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace 阅读全文
posted @ 2021-05-08 00:32 艾特-天空之海 阅读(73) 评论(0) 推荐(0) 编辑
摘要: static void Main(string[] args) { List<Man> list = new List<Man>(); for (int i = 0; i < 10; i++) { Man d = new Man(); d.Age = i ; d.Name = i.ToString( 阅读全文
posted @ 2021-05-08 00:15 艾特-天空之海 阅读(178) 评论(0) 推荐(0) 编辑