05 2021 档案

摘要://身份证号的正则表达式 if (!Regex.IsMatch(cbxCertificateNO.Text.Trim(), @"^(^\d{15}$|^\d{18}$|^\d{17}(\d|X|x))$", RegexOptions.IgnoreCase)) { MsgBox.MsgInfo("身份 阅读全文
posted @ 2021-05-13 10:47 Stranger。 阅读(30) 评论(0) 推荐(0) 编辑