C#产生随机验证码的代码
摘要:
今天看到一个源码,里面有产生验证码的代码。于是反编译了一下。现在将他的代码贴出来。(我改了一点点,以及打了部分注释)using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Text;using System.Drawing.Drawing2D;using System.Drawing;using System.IO;using System.Drawing.Im 阅读全文
posted @ 2011-08-19 11:32 当时我就吓傻啦 阅读(7635) 评论(0) 推荐(1)
浙公网安备 33010602011771号