10-9.JavaScript的Date对象中( )方法可以获得当日的日期和时间。
A: Date()
B: getDate()
C: getDay()
D: getFullYear
A: Date()
B: getDate()
C: getDay()
D: getFullYear
举一反三
- 在javaScript 中,可以使用Date对象的( )方法获取当前的日期和时间。 A: Date B: getYea C: getMonth D: getDate
- 下面哪个方法可以获取日期对象Date中的月份() A: getYear() B: getMonth() C: getDate() D: getFullYear()
- 在javascript中,日期对象里获取毫秒数的方法是: A: getDay() B: getDate() C: getTime() D: getFullYear()
- Date对象的常用方法中,()方法能够返回日期中的天数。 A: getDate() B: getDay() C: getdate() D: getday()
- 以下对于Date对象的说法正确的是( ) A: new Date();创建一个Date对象,同时获取当前的日期时间信息。 B: getDate()从 Date 对象返回一个月中的某一天 (1 ~ 31) C: getDay()从 Date 对象返回一周中的某一天 (0 ~ 6) D: getFullYear()从 Date 对象以四位数字返回年份