标签:小数 var 时间 round span div pre now() style
var aa = new Date();//生成时间 var aa = Date.now()//以时间生成随机数 var aa = Math.random()//生成0-1之间的小数 var aa = Math.ceil()//取整向上 var aa = Math.ceil(Math.random()*100)//生成1-100之间的数//取整向上小数 var aa = Math.round(55.5)//4舍5入 var aa = Math.round(Math.random()*100)//生成1-100之间的小数4舍5入
标签:小数 var 时间 round span div pre now() style
原文地址:https://www.cnblogs.com/penggedeboke1999/p/12179805.html