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