var reg =/(^\d{15}$)|(^\d{18}$)|(^\d{17}(\d|X|x)$)/; if(!reg.test(sfzValue)){ alert('身份证号格式有误,请输入正确的身份证号!'); return; }