var values=[1,2,3,4,5,56]; var a=Math.max.apply(this,values); Math.ceil();//向上四舍五入 Math.floor();//向下四舍五入 Math.round();//正常四舍五入
Math.random();//0~1的一个小数
posted on 2016-08-13 11:07 Kooing 阅读(107) 评论(0) 编辑 收藏 举报