摘要: function getRandomInt(min,max) { return Math.floor(Math.random() * (max - min + 1) + min) // return Math.floor(Math.random() * (max + 1)) } // 洗牌函数(数组 阅读全文
posted @ 2021-01-05 10:39 ltog 阅读(398) 评论(0) 推荐(0)