• 2022-05-26
    获取从1970年/01/01 午夜到当前时间的毫秒值
    A: getTime()
    B: getDay()
    C: setDate()
    D: getDate()
  • A

    内容

    • 0

      在JavaScript中,我们可以使用Date对象的()方法来获取当前的月份。 A: getMonth() B: getFullMonth() C: getDate() D: getDay()

    • 1

      播放头处于00:00:01:21代表当前时间点为( ) A: 当前时间点为1分21秒 B: 当前时间点为1小时21分 C: 当前时间点为1秒21帧 D: 当前时间点为1秒21毫秒

    • 2

      Date对象的常用方法中,()方法能够返回日期中的天数。 A: getDate() B: getDay() C: getdate() D: getday()

    • 3

      在计时器的由毫秒创建时间点方法中,是将指定的毫秒数转换为时刻,毫秒数从( )年开始计算。 A: 1980 B: 系统当前时间 C: 1970 D: 1990

    • 4

      可以使用Date对象的以下哪个方法返回当前日期 A: getDate( ) B: getYear() C: getMonth() D: getTime()