/// 验证是不是正常字符 字母,数字,下划线的组合 public static bool IsNormalChar ( string source ) { return Regex.IsMatch ( source, @"[\w\d_]+", RegexOptions.IgnoreCase ); }
by: 发表于:2018-01-31 15:12:19 顶(0) | 踩(0) 回复
??
by: 发表于:2018-01-31 15:12:19 顶(0) | 踩(0) 回复
??
回复评论