摘要: 四个对象 内置对象、浏览器对象、自定义对象、DOM对象 Math.random() 生成随机数(只有0-1)Math.floor() 向下取整 Math.ceil() 向上取整 Math.round() 取整,四舍五入 Math.max() 最大值 (数字用逗号隔开) Math.min() 最小值 阅读全文
posted @ 2021-11-24 20:06 岑先森 阅读(46) 评论(0) 推荐(0)