假设今天是2006年4月1日星期六,请问以下javascript代码输出结果是:( )var time = new Date( );document.write(time.getMonth( )); A: 3 B: 4 C: 5 D: 4月
假设今天是2006年4月1日星期六,请问以下javascript代码输出结果是:( )var time = new Date( );document.write(time.getMonth( )); A: 3 B: 4 C: 5 D: 4月
假定今天是2020年10月5日星期一,请问下列JavaScript代码在页面上的输出结果是()。var time=new Date();document.write(time.getMonth()); A: 10 B: 9 C: 2020 D: 120
假定今天是2020年10月5日星期一,请问下列JavaScript代码在页面上的输出结果是()。var time=new Date();document.write(time.getMonth()); A: 10 B: 9 C: 2020 D: 120
假设今天是 2020 年 3 月 7 日星期六,以下 JavaScript 代码的输出结果是( ) 。var time = new Date( ); document.write(time.getMonth( )); A: 2 B: 3 C: 4 D: 3 月 7
假设今天是 2020 年 3 月 7 日星期六,以下 JavaScript 代码的输出结果是( ) 。var time = new Date( ); document.write(time.getMonth( )); A: 2 B: 3 C: 4 D: 3 月 7
getMonth()从Date对象返回的是月份,取值范围1~12
getMonth()从Date对象返回的是月份,取值范围1~12
Date 对象的 getMonth() 获取到的值比实际月份小1
Date 对象的 getMonth() 获取到的值比实际月份小1
下列关于Date对象的getMonth()方法的返回值描述,正确的是( D
下列关于Date对象的getMonth()方法的返回值描述,正确的是( D
在Javascript中,可以使用Date对象的()方法返回月份。 A: getDate B: getYear C: getMonth D: getTime
在Javascript中,可以使用Date对象的()方法返回月份。 A: getDate B: getYear C: getMonth D: getTime
可以使用Date对象的以下哪个方法返回当前日期 A: getDate( ) B: getYear() C: getMonth() D: getTime()
可以使用Date对象的以下哪个方法返回当前日期 A: getDate( ) B: getYear() C: getMonth() D: getTime()
下面哪个方法可以获取日期对象Date中的月份() A: getYear() B: getMonth() C: getDate() D: getFullYear()
下面哪个方法可以获取日期对象Date中的月份() A: getYear() B: getMonth() C: getDate() D: getFullYear()
分析js代码,可以使用Date对象的( )方法返回当前日期( ) A: getDate( ) B: getYear( ) C: getMonth( ) D: getTime( )
分析js代码,可以使用Date对象的( )方法返回当前日期( ) A: getDate( ) B: getYear( ) C: getMonth( ) D: getTime( )