摘要: if (Identification.Length == 18)//处理18位的身份证号码从号码中得到生日和性别代码 { string age = Identification.Substring(6, 4) + "-" + Identification.Substring(10, 2) + "-" 阅读全文
posted @ 2020-09-07 12:01 御翼仁粨狩 阅读(2806) 评论(0) 推荐(0)