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