外观
随机打乱数组元素的位置
uni.$c.randomArray(arr)
console.log(uni.$c.randomArray([1,2,3,4,5])) // [2, 4, 1, 5, 3]