摘要:
var testLen = function(showObj,str,minInfo,maxInfo,minLen,maxLen,calBack){ // showObj [显示错误提示的对象] // str [要验证的字符创] // minInfo [长度太短的错误提示信息] // maxInfo [长度太长的错误提示信息] if(str.length < minLen){ showObj.html(minInfo); }e... 阅读全文
posted @ 2012-02-07 12:14
Scool.Miss
阅读(301)
评论(0)
推荐(1)