摘要:
好多种方式。可以用正则表达式,可以用其他过滤方式。using System.Text.RegularExpressions;/// /// 使用指定正则进行验证/// /// 正则表达式/// 待验证字符/// public static bool RegexValidate(string rege... 阅读全文
posted @ 2014-07-16 10:18
贫民窟里的程序高手
阅读(459)
评论(0)
推荐(0)