不知道是不是这个意思
String str="1,2,3,4,5,";
str = str.Substring(0,str.Length-1);//str = "1,2,3,4,5"