获取当前月份,下面写法正确的是?
(new Date()).getMonth()
document.getMonth()
Date.getMonth()
(new Date()).getMonth()+1