码迷,mamicode.com
首页 > Web开发 > 详细

ASP.NET C# 去掉字符串中间空格方法

时间:2014-06-18 21:18:50      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:blog   http   com   2014   string   name   

       string strName = "大     张     伟";
             string str = Regex.Replace(strName, @"\s", "");
             Response.Write("输出内容:" + str);

bubuko.com,布布扣

ASP.NET C# 去掉字符串中间空格方法,布布扣,bubuko.com

ASP.NET C# 去掉字符串中间空格方法

标签:blog   http   com   2014   string   name   

原文地址:http://www.cnblogs.com/leichentao0905/p/3790339.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!