2006年9月26日
摘要: private bool IsValidEmail(string strIn) { return Regex.IsMatch(strIn, @"^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$"); ... 阅读全文
posted @ 2006-09-26 15:32 Gary.han 阅读(1078) 评论(3) 推荐(0)