摘要: 基本就是重新建一个新表,把原来的元素筛选一下。 这么写快点,用filter和lambda list(filter(lambda x : x != None, sec_arr)) 阅读全文
posted @ 2022-11-10 15:31 赫凯 阅读(31) 评论(0) 推荐(0)