数组随机取一个值

93 阅读1分钟
test(arr){
      return arr[Math.floor(Math.random()*arr.length)]
    }