摘要: 1.图片验证码生成 public class CaptchaGenerator { public static string GetRandomAuthcode(int length) { string chkCode = string.Empty; //验证码的字符集,去掉了一些容易混淆的字符 c 阅读全文
posted @ 2023-09-15 12:52 刘小吉 阅读(433) 评论(0) 推荐(0) 编辑