python 移除列表中某个值的第一个匹配项

移除列表中某个值的第一个匹配项

list.remove(obj)

obj 是匹配的内容

原文地址:https://www.cnblogs.com/artesian0526/p/14512140.html