getMonth()returns the month (0 to 11) of a date. January =0, February = 1, ... (see below): Syntax Date.getMonth() Parameters NONE Return Value TypeDescription A numberThe month of the date (0 to 11). Browser Support getMonth()is an ECMAScript1 (JavaScript 1997) feature. ...
在JavaScript 中,我们可以使用 Date 对象的( )方法来获取当前的月份。A.getMonth()B.getFullMonth()C.getDate()D.
它将是9月29日,然后是1月1日。所以当我们再次setDate(1)时,它停留在1月1日。如果我们在setMonth...