如何python循环中删除字典元素时间:2021-09-28 17:13:16//下面这行就是在循环中遍历删除字典元素的方法! for i in list(dictheme2.keys()): if dictheme2[i]<self.countFortheme: dictheme2.pop(i)