public bool CheckEmail(string strEmail)
{
int i, j;
string strTmp, strResult;
string strWords = "abcdefghijklmnopqrstuvwxyz_-.0123456789"; //定义合法字符范围
bool blResult = false;
strTmp = strEmail.Trim();
...
12
2012
04
C# 邮件格式判断
发布:郑德才博客 | 分类:学习之路 | 评论:0 | 浏览: