今天爱分享给大家带来Python中如何在遍历一个list时删除某些元素【面试题详解】,希望能够帮助到大家。
使用列表解析
somelist = [x for x in somelist if determine(x)]
上面那个澡作将产生一个全新的somelist对象,而失去了对原有somelist对象的引用
#在原有对象上进行修改 somelist[:] = [x for x in somelist if determine(x)]
使用itertools
from itertools import ifilterfalse somelist[:] = list(ifilterfalse(determine, somelist))
原文链接:https://blog.itblood.com/4450.html,转载请注明出处。

![女祭司的欲望(Priestess Lust) 官方中文版 [新作] [850M] [像素ACT/中文/动态]](/wp-content/uploads/replace/2025/10/16/166584d933b32049d34209ab74481677.webp)