摘要: 上面有篇博客也是写的验证码,但那个是适用于asp.net网站的。 今天想在MVC中实现验证码功能,弄了好久,最后还是看博友文章解决的,感谢那位博友。 首先引入生成验证码帮助类。 ValidateCode.cs using System; using System.Collections.Generi 阅读全文
posted @ 2016-12-18 18:10 shuai7boy 阅读(416) 评论(0) 推荐(0) 编辑