摘要:
一、建立文章、评论类 /// <summary> /// 文章 /// </summary> public class Artitle { public int Id { get; set; } public string Ttile { get; set; } public string Cont 阅读全文
摘要:
1、创建一个ConsoleApplication,程序集选择.NET5.;添加对应的依赖 2、添加对应的类Student、Course、Classes using System; using System.Collections.Generic; using System.ComponentMode 阅读全文