1. let arr = [60,true,false,324234,'ha','Go',null]
  2. arr.sort(()=> 0.5 - Math.random())
  3. console.log(arr)

1. 解析