摘要: public class VerifyCode { public byte[] GetVerifyCode() { int codeW = 80; int codeH = 30; int fontSize = 16; string chkCode = string.Empty; //颜色列表,用于验 阅读全文
posted @ 2018-03-14 15:41 不随。 阅读(20) 评论(0) 推荐(0)
摘要: 文章目录[隐藏] 后台代码前台添加代码: 在索引方法中添加排序功能 后台代码 public ActionResult Index(string sortOrder) { ViewBag.NameSortParm = string.IsNullOrEmpty(sortOrder) ? "name_de 阅读全文
posted @ 2018-03-14 14:24 不随。 阅读(8) 评论(0) 推荐(0)