MVC基础知识-持续更新....时间:2023-08-31 09:47:081.如何在自动生成的视图中显示需要的字段名称: 在相应的定义字段中添加Display,例如: [Display(Name = "用户名:")] public string UserName { get; set; }