02 2016 档案

摘要:校验规则 required:true 必输字段 remote:"check.php" 使用ajax方法调用check.php验证输入值 email:true 必须输入正确格式的电子邮件 url:true 必须输入正确格式的网址 date:true 必须输入正确格式的日期 日期校验ie6出错,慎用 d 阅读全文
posted @ 2016-02-26 09:56 jamess 阅读(243) 评论(0) 推荐(0)
摘要:public void ProcessRequest(HttpContext context) { //参数 string imgcid=context.Request["imgcid"]; string imgWidth = context.Request["imgWidth"]; string 阅读全文
posted @ 2016-02-19 14:16 jamess 阅读(330) 评论(0) 推荐(0)