目录一、使用字典 dict 统计二、使用 collections.defaultdict 统计三、List count方法四、使用集合(set)和列表(list)统计五、collections.Counter方法一、使用字典 dict 统计