删除最后结尾的一个逗号

 #region 删除最后结尾的一个逗号
2         /// <summary>
3         /// 删除最后结尾的一个逗号
4         /// </summary>
5         public static string DelLastComma(string str)
6         {
7             return str.Substring(0, str.LastIndexOf(","));
8         }
9         #endregion
复制代码
posted on 2016-08-25 22:01  張暁磊  阅读(288)  评论(0编辑  收藏  举报