日期:2014-05-18 浏览次数:20586 次
string s = "A,B,C"; s = s.Replace(",", ","); ------解决方案--------------------