摘要: string str = Regex.Replace(input, @"( )\1+", "$1", RegexOptions.None);阅读全文
posted @ 2010-06-27 11:35 快乐家++ 阅读(305) | 评论 (0) 编辑 |
|
|||
06 2010 档案摘要: string str = Regex.Replace(input, @"( )\1+", "$1", RegexOptions.None);阅读全文 posted @ 2010-06-27 11:35 快乐家++ 阅读(305) | 评论 (0) 编辑 |
|
|||