js身份证教研 //校验身份证号码function CheckValue(idCard){ var id=idCard; var id_length=id.length; if (id_length==0){ alert("请输入身份证号码!"); return false; } if (id_length!=15 ... Other 2023-10-27 161 点赞 2 评论 243 浏览