摘要:
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
风语战士
阅读(242)
评论(0)
推荐(0)
摘要:
public static bool IsValidUsername(string strName, string acsii) { return (Regex.IsMatch(strName, acsii)); } 阅读全文
posted @ 2007-12-25 08:39
风语战士
阅读(156)
评论(0)
推荐(0)
浙公网安备 33010602011771号