python两个列表取交集 python求两个集合的交集 python两个列表要怎么匹配数据?您可以通过取两个列表的交集来匹配两个列表的数据。例如:a=[2,3,4,5]B=[2,5,8]TMP=[a中的Val,如果B中的Va... 2021-03-17 2955次浏览