js随机生成一个数 2023-12-04 唐长老网络 教程经验 874阅读 js随机生成整数function getRandomInt() { return Math.floor(Math.random() * Math.floor(9)); } 标签: