//以字母开头,由数字和字母组成 var patn = /^[a-zA-Z]+[a-zA-Z0-9]+$/; if(!patn.test(username)){ alert('会员登录名只能由英文字母或数字组成(不支持中文、不能以数字开头)。'); return; }
CopyRight © 2010-2021 脚本学堂 Jb200.com , All Rights Reserved.