Replace the space in the string aa with "+"

                aa = System.Text.RegularExpressions.Regex.Replace(aa, @"\s+", "+");
原文地址:https://www.cnblogs.com/greencolor/p/1596758.html