python列表删除值的方法 python里怎么删除一个参数?
python里怎么删除一个参数?一般有三种方法:remove、pop、del。remove: 删除单个元素,删除首个符合条件的元素,按值删除 。pop: 删除单