欢迎来到天天文库
浏览记录
ID:12294203
大小:88.05 KB
页数:10页
时间:2018-07-16
《表单验证的基本类型详细》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、表单验证的主要基本类型1.检查字符串是否存在空格,或者全部为空格。Java方法:Stringstr="ss123123";for(i=0;i2、s验证varGetLength=function(str){ varrealLength=0,len=str.length,charCode=-1; for(vari=0;i=0&&charCode<=128)realLength+=1; elserealLength+=2; } returnrealLength; }; functioncutstr(str,len){ varstr_length=0; varstr_len=0; str_cut=newString(); str_3、len=str.length; for(vari=0;i4){ //中文字符的长度经编码之后大于4 str_length++; } str_cut=str_cut.concat(a); if(str_length>=len){ str_cut=str_cut.concat("..."); returnstr_cut; } }; if(str_length4、rname]").bind('keyup',function(){if(GetLength($(this).val())>10){$(this).val(cutstr($(this).val(),10));return;}});});Java验证publicbooleanvalidateStrByLength(StringstrParameter,intlimitLength){ inttemp_int=0; byte[]b=strParameter.getBytes(); for(inti=0;i5、=0) { temp_int=temp_int+1; } else { temp_int=temp_int+2; i++; } } if(temp_int>limitLength) { returnfalse; } else { returntrue; }}1.检查输入的是否全部都为数字Java验证 publicbooleanisNumber(Stringstr) { java.util.regex.Patternpattern=java.util6、.regex.Pattern.compile("[0-9]*"); java.util.regex.Matchermatch=pattern.matcher(str); if(match.matches()==false) { returnfalse; } else { returntrue; } }js验证functioncheck_validate1(value){varreg=/^d+$/;if(value.construct7、or===String){varre=value.match(reg);returntrue;}returnfalse;}2.检查输入全部为字母(判断大小写),不需要大小写判断Java验证:Js验证:functiononlyEng(){if(!(event.keyCode>=65&&event.keyCode<=90)) event.returnVal=false;}用规格表达
2、s验证varGetLength=function(str){ varrealLength=0,len=str.length,charCode=-1; for(vari=0;i=0&&charCode<=128)realLength+=1; elserealLength+=2; } returnrealLength; }; functioncutstr(str,len){ varstr_length=0; varstr_len=0; str_cut=newString(); str_
3、len=str.length; for(vari=0;i4){ //中文字符的长度经编码之后大于4 str_length++; } str_cut=str_cut.concat(a); if(str_length>=len){ str_cut=str_cut.concat("..."); returnstr_cut; } }; if(str_length4、rname]").bind('keyup',function(){if(GetLength($(this).val())>10){$(this).val(cutstr($(this).val(),10));return;}});});Java验证publicbooleanvalidateStrByLength(StringstrParameter,intlimitLength){ inttemp_int=0; byte[]b=strParameter.getBytes(); for(inti=0;i5、=0) { temp_int=temp_int+1; } else { temp_int=temp_int+2; i++; } } if(temp_int>limitLength) { returnfalse; } else { returntrue; }}1.检查输入的是否全部都为数字Java验证 publicbooleanisNumber(Stringstr) { java.util.regex.Patternpattern=java.util6、.regex.Pattern.compile("[0-9]*"); java.util.regex.Matchermatch=pattern.matcher(str); if(match.matches()==false) { returnfalse; } else { returntrue; } }js验证functioncheck_validate1(value){varreg=/^d+$/;if(value.construct7、or===String){varre=value.match(reg);returntrue;}returnfalse;}2.检查输入全部为字母(判断大小写),不需要大小写判断Java验证:Js验证:functiononlyEng(){if(!(event.keyCode>=65&&event.keyCode<=90)) event.returnVal=false;}用规格表达
4、rname]").bind('keyup',function(){if(GetLength($(this).val())>10){$(this).val(cutstr($(this).val(),10));return;}});});Java验证publicbooleanvalidateStrByLength(StringstrParameter,intlimitLength){ inttemp_int=0; byte[]b=strParameter.getBytes(); for(inti=0;i
5、=0) { temp_int=temp_int+1; } else { temp_int=temp_int+2; i++; } } if(temp_int>limitLength) { returnfalse; } else { returntrue; }}1.检查输入的是否全部都为数字Java验证 publicbooleanisNumber(Stringstr) { java.util.regex.Patternpattern=java.util
6、.regex.Pattern.compile("[0-9]*"); java.util.regex.Matchermatch=pattern.matcher(str); if(match.matches()==false) { returnfalse; } else { returntrue; } }js验证functioncheck_validate1(value){varreg=/^d+$/;if(value.construct
7、or===String){varre=value.match(reg);returntrue;}returnfalse;}2.检查输入全部为字母(判断大小写),不需要大小写判断Java验证:Js验证:functiononlyEng(){if(!(event.keyCode>=65&&event.keyCode<=90)) event.returnVal=false;}用规格表达
此文档下载收益归作者所有