摘要: data_list = [{"a": "123", "b": "321"}, {"a": "123", "b": "321"}, {"b": "321", "a": "123"}] run_function = lambda x, y: x if y in x else x + [y] return reduce(run_function, [[], ] + 阅读全文
posted @ 2019-03-08 01:02 AngDH 阅读(239) 评论(0) 推荐(0) 编辑