摘要: 1、丢弃小数部分,保留整数部分:parseInt() 2、向上取整,有小数就整数部分加1:Math.ceil() 3、四舍五入:Math.round() 4、向下取整:Math.floor() 阅读全文
posted @ 2018-10-20 11:19 辰辰plus 阅读(13943) 评论(0) 推荐(0) 编辑