摘要: #region 验证密码格式 public static bool ValidatePwd(string pwd) { return System.Text.RegularExpressions.Regex.IsMatch(pwd, "^(?![a-zA-Z]+$)(?![A-Z0-9]+$)(?! 阅读全文
posted @ 2021-06-09 11:21 b̶i̶n̶g̶.̶ 阅读(625) 评论(0) 推荐(0) 编辑