📌  相关文章
📜  从数组中随机返回一个样本 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:55.355000             🧑  作者: Mango

代码示例1
let randomValue = myArray[Math.floor(Math.random() * myArray.length)];