C# String相关

1.去掉字符串中的所有的空

string s = " select * from \r\n where a =b ";
            s =  Regex.Replace(s, @"\s", "");

 

posted @ 2019-03-28 09:17  伪装大牛  阅读(208)  评论(0编辑  收藏  举报