摘要: 用于存储分组的类 public class info { public int group { get; set; } public List<int> list { get; set; } } 程序主代码 [STAThread] static void Main() { #region 分组 #e 阅读全文
posted @ 2023-11-24 09:35 Mr--WANG 阅读(27) 评论(0) 推荐(0)