摘要: 一、准备工作 创建一个ASP.NET MVC程序,然后在Models文件夹里面新添加Student实体类,用来模拟从Controller向View传递数据,Student类定义如下: 1 using System; 2 using System.Collections.Generic; 3 usin 阅读全文
posted @ 2020-10-28 11:53 每天进步多一点 阅读(381) 评论(0) 推荐(0)