Replace the space in the string aa with "+"

                aa = System.Text.RegularExpressions.Regex.Replace(aa, @"\s+", "+");
posted @ 2009-11-05 16:27  greencolor  阅读(129)  评论(0编辑  收藏  举报