js随机生成一个数

js随机生成整数

function getRandomInt() {
    return Math.floor(Math.random() * Math.floor(9));
}