博客园站长
这是人类成长进步中记录的每一时刻
一、
sb.Length = sb.Length - 1;
二、
stringBuilder.Remove(stringBuilder.ToString().LastIndexOf(','), 1);

三、
strSql.Remove(strSql.Length-1, 1);



String

string strSql="sadsad,";
strSql = content.Substring(0, content.Length - 1);

----------------
新增一个 去除 带双引号的
如"\"哈哈哈\""
strSql.Replace("\"", "");
posted on 2014-04-17 14:53  dm3344  阅读(3989)  评论(0编辑  收藏  举报