摘要: string str = " dd d d ";str = str.Trim();string s = Regex.Replace(str, " {2,}", " ");即:s 阅读全文
posted @ 2013-06-22 13:03 武沛齐 阅读(616) 评论(0) 推荐(0)