2013年7月18日
摘要: /// /// 是否为手机号码 /// /// /// public static bool IsMobileNo(string value) { return Regex.IsMatch(value, @"^1\d{10}$"); } 阅读全文
posted @ 2013-07-18 17:33 上校 阅读(337) 评论(0) 推荐(0)