摘要: public class StudentInfo { public static StudentInfo studentLazy = new Lazy<StudentInfo>(() => new StudentInfo()).Value; public int StudentID{ get; se 阅读全文
posted @ 2023-02-28 09:59 *飞* 阅读(17) 评论(0) 推荐(0) 编辑