变量
通过 var 关键字定义变量
变量的命名规范
算术运算符
+
-
%
Date对象
Date()
getDate()
getMonth()
getFullYear()
getHours
getMinutes()
getSeconds()
getday()
Math对象
Math.ceil() 天花板函数,向上取整
Math.floor() 地板函数,向下取整
Math.max(x,y) 返回经x,y之间的最大值
Math.min(x,y) 返回经x,y之间的最小值
等号运算符
=
==
===
!=
!==