摘要: var arr = [1,2,3,4,5,6,7]; arr.sort(function() { return Math.random() - 0.5; }); 阅读全文
posted @ 2020-05-12 18:20 板砖前端 阅读(227) 评论(1) 推荐(0)