我收到了一个奇怪的错误。
我正在尝试随机选择数组的索引,因此我使用以下代码:
myArray[Math.floor(Math.random*myArray.length)]
myArray.length 为 282,但Math.floor(Math.random*myArray.length)
为 NaN且未myArray[Math.floor(Math.random*myArray.length)
定义。
有什么想法吗?
我收到了一个奇怪的错误。
我正在尝试随机选择数组的索引,因此我使用以下代码:
myArray[Math.floor(Math.random*myArray.length)]
myArray.length 为 282,但Math.floor(Math.random*myArray.length)
为 NaN且未myArray[Math.floor(Math.random*myArray.length)
定义。
有什么想法吗?