打乱一个排好序的list对象alist? 2020-01-31T09:52:09 import random alist = [1,2,3,4,5] random.shuffle(alist) print(alist) 当前页面是本站的「Baidu MIP」版。发表评论请点击:完整版 »