python求兩個列表的的不一樣元素集合和相同元素的集合

service_city_list = list(set(services_scope_list).difference(set(services_scope_city_list)))ide

rade_city_list = list(set(services_scope_list).intersection(set(services_scope_city_list)))ci

相關文章
相關標籤/搜索