摘要: 计数器 Counter 计数元素迭代器 elements() 计数对象拷贝 copy() 计数对象清空 clear() from collections import Counter #import collections d = Counter("abdadakdabfdj") #对值计数,返回一 阅读全文
posted @ 2019-01-04 21:50 xuxianshen 阅读(253) 评论(0) 推荐(0) 编辑