对jsp中的一个文本的作出限制?
对jsp中的一个文本的作出限制,必须是数字而且职能输入7个数字。请大家帮帮忙!!
2008-03-28 16:28
程序代码:var string = "text here";
if(string.length==7){
//your code here
}else{
//your code here
}
2008-03-28 17:29

2008-03-30 11:44
2008-04-03 09:24