标签:blog http com 2014 string name
string strName = "大 张 伟";
string str = Regex.Replace(strName, @"\s", "");
Response.Write("输出内容:" + str);
ASP.NET C# 去掉字符串中间空格方法,布布扣,bubuko.com
标签:blog http com 2014 string name
原文地址:http://www.cnblogs.com/leichentao0905/p/3790339.html