像下取整
parseInt(); //但要注意 parseInt 第一个字符需要是数字 不然返回NaN;
Math.floor();
四舍五入
Math.round();
向上取整
Math.ceil();
posted on 2017-12-12 11:44 RonnieQin 阅读(201) 评论(0) 编辑 收藏 举报
Powered by: 博客园 Copyright © 2024 RonnieQin Powered by .NET 9.0 on Kubernetes