摘要: 随机数的语法:js 生成随机数 | 菜鸟教程 (runoob.com) 生成随机数就一个内置函数:Math.random(),返回[0,1),没有其他可选参数。 向下取整:Math.floor() 向上取整:Math.ceil() 四舍五入(不会考虑奇偶的情况,即不会四舍六入):Math.round 阅读全文
posted @ 2022-06-24 08:41 greencode 阅读(1276) 评论(0) 推荐(0) 编辑