1.Math.random()dom 返回0~1之間的隨機數,可能爲0,但老是小於1,[0,1)隨機數
1.Math.random()dom
返回0~1之間的隨機數,可能爲0,但老是小於1,[0,1)隨機數
2.Math.ceil()block 對一個數進行向上取整
2.Math.ceil()block
對一個數進行向上取整
3.Math.floor() 對一個數進行向下取整
3.Math.floor()
對一個數進行向下取整
4.Math.round() 對一個數進行四捨五入後取整
4.Math.round()
對一個數進行四捨五入後取整