6-4 练习题

单选练习题

  • 1

获取当前月份,下面写法正确的是?


A

(new Date()).getMonth()

B

document.getMonth()

C

Date.getMonth()

D

(new Date()).getMonth()+1