2012年3月29日
摘要: string s = "-112315-125-56()5555";第一种方法 MatchCollection results = Regex.Matches(s, @"[0-9]+", RegexOptions.Igno... 阅读全文
posted @ 2012-03-29 13:04 swarb 阅读(179) 评论(0) 推荐(0) 编辑