摘要: 验证码的实现 protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { Session["Vcode"] = ... 阅读全文
posted @ 2014-06-27 09:46 loong618 阅读(579) 评论(0) 推荐(0)