深入了解Python中pop和remove的使用方法 Python关于删除list中的某个元素,一般有两种方法,pop()和remove()。remove()函数用于移除列表 python中pop和remove