//下面这行就是在循环中遍历删除字典元素的方法!

for i in list(dictheme2.keys()):
if dictheme2[i]<self.countFortheme:
dictheme2.pop(i)
04-20 00:02