JS中的Math和Date

Math和Date: 1. Math對象 round 四捨五入獲取整數 console.log(Math.round(-1.5)); // 輸出:-1 floor 向下取整 地板 console.log(Math.floor(1.8)); // 輸出:1 console.log(Math.floor(1.3)); // 輸出:1 console.log(Math.floor(-1.6)
相關文章
相關標籤/搜索