日期:2014-05-17 浏览次数:20585 次
string str = "abcgggefg"; int i = str.LastIndexOf("g"); str = str.Remove(i, 1);