摘要: 一,函数 Math.ceil(); //向上取整。 Math.floor(); //向下取整。 Math.round(); //四舍五入。 Math.random(); //0.0 ~ 1.0 之间的一个伪随机数。【包含0不包含1】 //比如0.8647578968666494 Math.ceil( 阅读全文
posted @ 2019-09-03 21:26 石海莹 阅读(6187) 评论(1) 推荐(1) 编辑