秦小小樱

导航

取整

像下取整

parseInt();    //但要注意  parseInt 第一个字符需要是数字 不然返回NaN;

Math.floor();

 

四舍五入

Math.round();

 

向上取整

Math.ceil();

posted on 2017-12-12 11:44  RonnieQin  阅读(201)  评论(0编辑  收藏  举报