取小数的常见操作
鏈接出處:http://yuhaio6oo.blog.163.com/blog/static/8249505620111160231530/
1.丟棄小數(shù)部分,保留整數(shù)部分 js:parseInt 2.向上取整,有小數(shù)就整數(shù)部分加1 js: Math.ceil //不小于該小數(shù),包括該整數(shù) 3,四舍五入. js: Math.round 4,向下取整 js: Math.floor你用向上取整,或者 Math.floor() + 1 也行轉(zhuǎn)載于:https://www.cnblogs.com/wanlibingfeng/p/9167190.html
總結(jié)
- 上一篇: 缩点【洛谷P1262】 间谍网络
- 下一篇: 常见的爬虫分析库(1)-Python3中