using System; using System.Text; using System.Text.RegularExpressions; using System.Web; using System.Security.Cryptography; //该源码下载自www.51aspx.com(51aspx.com) namespace Help.Common { public class Public { /// /// 去除字符串最后一个','号 ///