打乱数组排序

let arr = [1,2,3,4,5,6,7,8,9];
for (let i=0,len=arr.length;i

你可能感兴趣的:(打乱数组排序)