Js日期对象、 JS对象_Math
Js日期对象
Date:日期对象
1_创建:
var date = new Date(O;
2。方法:
toLoclestring0:返回当前date对象对应的时间本地字符串格式
getTime():获取毫秒值。返回当前如期对象描述的时间到197e年1月1日零点的毫秒值差
var date=new Date()
document.writeln(date)
JS对象_Math
Math:数学
1,创建:
特点:Math对象对象不用创建,直接使用,Math。方法名()
2,方法:
random(:返回日~ 1之间的随机数。含0不含1
ceil(x) 时数进行上舍入。
floor(x) 对数进行下舍入。
round(x) 把数四舍五入为最接近的整数。