新写法, python 3.5 之后def count_list(std:list,tongji): from collections import Counter name=Counter() for num in std: name[num]+=1 ...
確定! 回上一頁