摘要:
/// /// 生成验证码图片 /// public void CreateCheckCodeImage() { string checkCode = VerficationCodeSrc(5); if (checkCode == null || checkCode.Trim() == String.Empty) return; //string checkCode = "asfd2"... 阅读全文
posted @ 2019-05-24 09:05
Aaron_Net
阅读(159)
评论(0)
推荐(0)