Math是javascript的一個內部對象,該對象的方法主要是一些數學計算方法
floor:下退 Math.floor(12.9999) = 12
ceil:上進 Math.ceil(12.1) = 13;
round: 四舍五入 Math.round(12.5) = 13 Math.round(12.4) = 12
Math是javascript的一個內部對象,該對象的方法主要是一些數學計算方法
floor:下退 Math.floor(12.9999) = 12
ceil:上進 Math.ceil(12.1) = 13;
round: 四舍五入 Math.round(12.5) = 13 Math.round(12.4) = 12
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。