randomArray(array) array: 需要乱序的数组。 该函数可以打乱一维数组元素的顺序。
array
基础用法
console.log(this.$cc.randomArray([1, 2, 3, 4, 5]))
← 随机数值 生成id →