摘要:
public static bool IsValidMobileNo(string MobileNo){const string regPattern = @"^(130|131|132|133|134|135|136|137|138|139)\d{8}$";return Regex.IsMatch... 阅读全文
posted @ 2004-12-05 13:50
Addie
阅读(7129)
评论(8)
推荐(0)