多项选择题

A.var d=new Date();返回当前时间
B.获取年,getFullYear()返回4位的数字
C.获取月,月份比较特殊,0是1月,11是12月//getMonth()
D.getDate()获取日