日期:2014-05-16 浏览次数:21193 次
int index; while ((index = list.FindIndex(o => o == 要替换的元素)) >= 0) { list[index] = 新元素; }