python 找出列表中出现次数最多的数据 2024年5月11日 118次阅读 来源: top啦它 test = [1,2,33,33,4,4,4,'a','a','a','a'] print(max(set(test),key = test.count)) 输出:a 原文作者:top啦它 原文地址: https://blog.csdn.net/weixin_45949073/article/details/105831673 本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。 < 上一篇 下一篇 >