重庆熊猫 Loading

摘要: const shuffle = array => array.sort(() => 0.5-Math.random()); //output console.log(shuffle([1,5,2,45])); console.log(shuffle(['1','2','3','4','5'])); 阅读全文
posted @ 2023-01-21 09:02 重庆熊猫 阅读(29) 评论(0) 推荐(0) 编辑