Math.random控制随机数范围时间:2021-06-28 14:34:49 let minNum= parseInt(Math.random()*7) + 1 let maxNum= parseInt(Math.random()*83) + 1 生成7~83的随机整数