摘要: /// <summary> /// 验证码生成 /// </summary> public class VerificationCodeHelper { //定义颜色 private static Color[] colors = { Color.Black, Color.Red, Color.Da 阅读全文
posted @ 2022-11-07 09:20 兴趣就是天赋 阅读(9) 评论(0) 推荐(0) 编辑
摘要: /// <summary> ///验证码 /// </summary> public class VerifyCode { /// <summary> /// 验证码字体大小 ( 为了显示扭曲效果,默认 40 像素,可以自行修改 ) /// </summary> int FontSize = 40; 阅读全文
posted @ 2022-11-07 09:12 兴趣就是天赋 阅读(7) 评论(0) 推荐(0) 编辑