LV2之----- js(函数定义及使用&常用的数学函数 日期函数 &局部 全局变量)-----------DAY3
参考:
1.JS 数学函数大全与数学函数简要常见
2.JS 日期函数
--------------------------------------简要笔记-------------------------------------------------
js day 4:
1.一些数学函数
var num=2.1
console. log(math.ceil( um))------向上取整 (2.1)–>3
math.floor( )-------向下取整
math.round( )------四舍五入
math.abs(year1-year2 )------绝对值
math.max(a,b…)-----求出最大 返回一个最大数
math.min( a,b…)------最小 返回一个最小数
2.时间函数
var d=new Date( )------定义时间对象 返回系统 当前时间
console.log(d)----返回系统当前时间
或者: tolocaledatestring
console.log( d.getFullYear( ))----4位数的年
console.log( d.getMouth