shuffle(array)
{array}
{string}: 返回乱序后的数组,原数组不变
{string}
let arr = [1, 2, 3, 4] arr = shuffle(arr)
← random object2QueryString →