JS中Math函數的常用方法

Math 是數學函數,但又屬於對象數據類型 typeof Math => ‘object’ console.dir(Math) 查看Math的所有函數方法。 1,Math.abs() 獲取絕對值 Math.abs(-12) = 12 2,Math.ceil() and Math.floor() 向上取整和向下取整 3,Math.round() 四捨五入 注意:正數時,包含5是向上取整,負數時包含5
相關文章
相關標籤/搜索