行業(yè)動態(tài)
ASP QQ驗證方法
發(fā)布日期:2010-10-28 閱讀次數(shù):3121 字體大小:

if QQ<>"" then
 if not isnumeric(QQ) or len(cstr(QQ))>10 then
  errmsg=errmsg & "<br><li>QQ號碼只能是4-10位數(shù)字,請正確填寫。</li>"
  founderr=true
 end if
end if