js生成随机数
- 先说几个Math函数
Math.floor() 向下取整
Math.ceil() 向上取整
parseInt() 解析一个字符串,并返回一个整数
Math.random() 获取0-1之间的随机数
Math.round() 四舍五入