博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年6月3日

摘要: 很不错的验证码显示页getCode.aspx 程序代码using System;using System.Drawing;public partial class Control_getCode : System.Web.UI.Page{protected void Page_Load(object sender, EventArgs e){createCheckCode(getCode(4));}private string getCode(int num){string codeStr = string.Empty;//为了方便识别去除了 零 和 英文Ostring codeStrTmp 阅读全文

posted @ 2010-06-03 09:22 冷咖啡(子锡) 阅读(155) 评论(0) 推荐(0) 编辑