标签:nbsp 随机 随机数组 dom 数组 function mat 排列 ret
var arr = [10,5,40,25,80,1]
arr.sort(function(a,b)
{
return a-b
})
)
var arr = [10,5,40,25,80,1]
arr.sort(function(a,b)
{
return Math.random()-0.5
})
)
标签:nbsp 随机 随机数组 dom 数组 function mat 排列 ret
原文地址:https://www.cnblogs.com/Ella2018/p/10119646.html