//身份证号合法性验证 //支持15位和18位身份证号 //支持地址编码.出生日期.校验位验证 function IdentityCodeValid(code) { :::::::::::::::::::::::::::::::::::"国外 "}; var tip = ""; var pass= true; //验证身份证格式(6个地区编码,8位出生日期,3位顺序号,1位校验位) }(||)?\d{}([-]|[])([-]|[]\d|[])\d{}(\d|X)$
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace org_checker { /// <summary> /// 公民身份号码 校验码 检证程序 /// vp:hsg /// create date:2013-09-13 1:19 /// </summary> public clas