2010年4月23日
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> using System.IO;DriveInfo[]allDrives ... 阅读全文
posted @ 2010-04-23 16:25 凡夫·俗子 阅读(2695) 评论(1) 推荐(1) 编辑
摘要: /// /// 去掉字符串中的数字/// /// /// public static string RemoveNumber(string key){ return System.Text.RegularExpressions.Regex.Replace(key, @"\d", "");} ///... 阅读全文
posted @ 2010-04-23 14:35 凡夫·俗子 阅读(12819) 评论(0) 推荐(2) 编辑