摘要: public static string GetString(string str, int length ) { int i = 0, j = 0; foreach (char chr in str) { if ((int)chr >30) { ... 阅读全文
posted @ 2007-12-25 08:42 风语战士 阅读(236) 评论(0) 推荐(0) 编辑
摘要: public static bool IsValidUsername(string strName, string acsii) { return (Regex.IsMatch(strName, acsii)); } 阅读全文
posted @ 2007-12-25 08:39 风语战士 阅读(150) 评论(0) 推荐(0) 编辑