怎么用js从一个数组中随机取出5个元素?用随机数产生函数啊,rand(),可以先用时间函数产生一个种子,#include<stdlib.h>#include<time.h>srand(time(null))i=rand()然后i就可2023-04-30JavaScript870