09 2015 档案

摘要:#region 验证邮箱验证邮箱/**//// /// 验证邮箱/// /// /// public static bool IsEmail(string source){return Regex.IsMatch(source, @"^[A-Za-z0-9](([_.-]?[a-zA-Z0-9]+)... 阅读全文
posted @ 2015-09-17 13:50 末郁 阅读(199) 评论(0) 推荐(0)