var list = [1,2,3,4,5,6,7,8,9,0];console.log(list.sort(function() { return Math.random() - 0.5 }));这个是否可以作为数组洗牌,如果可以拿为什么这样做呢? 查看完整描述