摘要: using System; using System.Collections.Generic; public class Student{ public string Name { get; set; } } class MyClass { //用于存储学生对象的集合 private List<St 阅读全文
posted @ 2023-10-28 15:58 窦戈 阅读(11) 评论(0) 推荐(0) 编辑