摘要: list去重 方法1:利用循环去重 方法2:利用字典去重 方法3:set去重,再转化成list 方法4:通过删除index 方法5:利用reduce、lambda函数去重 阅读全文
posted @ 2019-07-03 10:17 风声~~ 阅读(362) 评论(0) 推荐(0)