2015年12月28日
摘要: 建立Models public int Id { get; set; } [DisplayName("用户名")] public string UserName { get; set; } [DisplayName("密码")] [DataType(DataType.Password)] publi... 阅读全文
posted @ 2015-12-28 16:00 the_best 阅读(203) 评论(0) 推荐(0) 编辑