let minNum= parseInt(Math.random()*7) + 1
let maxNum= parseInt(Math.random()*83) + 1
生成7~83的随机整数

相关文章: