var item = items[Math.floor(Math.random() * items.length)]; ... [mutate]: extract from given array a random item pick: function (array, ...
確定! 回上一頁