2015年3月10日

AJAX学习

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace Ajax{ /// /// AJAX 的... 阅读全文

posted @ 2015-03-10 21:56 ianism 阅读(140) 评论(0) 推荐(0) 编辑

验证码的实现

摘要: protected string GetVCode(int num) //生成验证码的方法 { char[] cha = new char[] {'1','2','3','a','b','c','e','f' }; ... 阅读全文

posted @ 2015-03-10 21:39 ianism 阅读(171) 评论(0) 推荐(0) 编辑

导航