我有一个循环遍历单词数组的脚本,但是如何向其中添加速度元素?
words = ["Doe", "Ray", "Mee"]; 
count = words.length;
currentWord = random(0, parseInt(count)); 
words[parseInt(currentWord)];
我有一个循环遍历单词数组的脚本,但是如何向其中添加速度元素?
words = ["Doe", "Ray", "Mee"]; 
count = words.length;
currentWord = random(0, parseInt(count)); 
words[parseInt(currentWord)];