标签:c# 换行 class div 去除 replace 制表符 string 空格
string l_strResult = str.Replace("\n", "").Replace(" ","").Replace("\t","").Replace("\r","");
c#去除字符串中的空格,回车,换行符,制表符
原文地址:http://www.cnblogs.com/wangfuyou/p/7765777.html