摘要: 后台 一般处理程序生成验证码: 1 public void ProcessRequest(HttpContext context) 2 { 3 int codeW = 80; 4 int codeH = 22; 5 ... 阅读全文
posted @ 2015-03-25 10:46 破碎记忆 阅读(128) 评论(0) 推荐(0) 编辑