- 相關(guān)推薦
JavaScript里四舍五入函數(shù)round的用法實例
本文實例講述了JavaScript里四舍五入函數(shù)round用法。分享給大家供大家參考。具體如下:
JavaScript的Math對象包含了一個round方法用于對數(shù)字進行四舍五入操作,下面的代碼詳細(xì)演示了其用法
Click the button to round the number 2.5 to its nearest integer.
Try it
function myFunction(){document.getElementById("demo").innerHTML=Math.round(2.5);}
希望本文所述對大家的javascript程序設(shè)計有所幫助。
【JavaScript里四舍五入函數(shù)round的用法實例】相關(guān)文章:
Javascript函數(shù)的定義和用法分析08-15
JavaScript中push(),join() 函數(shù)實例詳解09-05
GET.CELL函數(shù)的詳細(xì)用法及實例介紹10-26
JavaScript中常見的字符串操作函數(shù)及用法07-24
Javascript的this用法簡述08-15
JavaScript fontcolor方法入門實例07-07
淺析php函數(shù)的實例06-08