pop和remove

可以快速上手的开发文档

#pop和remove
pop和remove

深入了解Python中pop和remove的使用方法

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