还有,用dic就不需要在ord操作了,if x in dic.keys(),dic[x]+=1 否则 dic[x]=1。最后统计一下print max dic.values()