标签:
for
(
int
i=list.Count-1;i>=0;i--)
{
if
(list[i])
list.RemoveAt(i);
}
倒叙筛除list
原文地址:http://www.cnblogs.com/pengde/p/4790901.html