真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

JavaScript實(shí)現(xiàn)數(shù)據(jù)四舍五入的方法有哪些

小編給大家分享一下JavaScript實(shí)現(xiàn)數(shù)據(jù)四舍五入的方法有哪些,希望大家閱讀完這篇文章后大所收獲,下面讓我們一起去探討吧!

創(chuàng)新互聯(lián)是專業(yè)的綏江網(wǎng)站建設(shè)公司,綏江接單;提供做網(wǎng)站、成都網(wǎng)站建設(shè),網(wǎng)頁設(shè)計(jì),網(wǎng)站設(shè)計(jì),建網(wǎng)站,PHP網(wǎng)站建設(shè)等專業(yè)做網(wǎng)站服務(wù);采用PHP框架,可快速的進(jìn)行綏江網(wǎng)站開發(fā)網(wǎng)頁制作和功能擴(kuò)展;專業(yè)做搜索引擎喜愛的網(wǎng)站,專業(yè)的做網(wǎng)站團(tuán)隊(duì),希望更多企業(yè)前來合作!

實(shí)現(xiàn)數(shù)據(jù)的四舍五入有以下幾種方法:round方法、tofixed方法、parseInt方法、ceil方法以及floor方法

JavaScript實(shí)現(xiàn)數(shù)據(jù)四舍五入的方法有哪些

在JavaScript 對數(shù)值進(jìn)行四舍五入的操作有以下幾種

round()方法:可把一個(gè)數(shù)字舍入為最接近的整數(shù),即四舍五入

toFixed()方法:可把 Number 四舍五入為指定小數(shù)位數(shù)的數(shù)字。

parseInt()方法:可將小數(shù)轉(zhuǎn)化為整數(shù)(位操作符)

ceil()方法:可對一個(gè)數(shù)進(jìn)行上舍入

floor()方法:可對一個(gè)數(shù)進(jìn)行下舍入

接下來在文章中將和大家詳細(xì)介紹這幾種方法的具體用法

round()方法

	document.write(Math.round(4.55) + "
"); document.write(Math.round(-6.45));

效果圖:

JavaScript實(shí)現(xiàn)數(shù)據(jù)四舍五入的方法有哪些

toFixed()方法

var num=3.141592;
document.write(num.toFixed(2));

效果圖:

JavaScript實(shí)現(xiàn)數(shù)據(jù)四舍五入的方法有哪些

parseInt()方法

document.write(parseInt("12.333"));	

效果圖:

JavaScript實(shí)現(xiàn)數(shù)據(jù)四舍五入的方法有哪些

ceil()方法與floor()方法

document.write("ceil方法:")
document.write(Math.ceil("12.333") + "
"); document.write("floor方法:") document.write(Math.floor("12.333"));

效果圖:

JavaScript實(shí)現(xiàn)數(shù)據(jù)四舍五入的方法有哪些

看完了這篇文章,相信你對JavaScript實(shí)現(xiàn)數(shù)據(jù)四舍五入的方法有哪些有了一定的了解,想了解更多相關(guān)知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝各位的閱讀!


網(wǎng)頁標(biāo)題:JavaScript實(shí)現(xiàn)數(shù)據(jù)四舍五入的方法有哪些
網(wǎng)頁URL:http://weahome.cn/article/gisdhc.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部