• 2022-07-22
    java.util.Date获取时间戳的方法是?
    A: getDateTime
    B: getLong
    C: getTime
    D: getDate
  • C

    内容

    • 0

      分析js代码,可以使用Date对象的( )方法返回当前日期( ) A: getDate( ) B: getYear( ) C: getMonth( ) D: getTime( )

    • 1

      用于返回当前的 Unix 时间戳的函数为 A: strtotime() B: time() C: date() D: getdate()

    • 2

      使用time()函数获取当前的时间戳,那么要通过( )函数对其进行格式化,才能够输出日期和时间。 A: date() B: mktime () C: getdate() D: checkdate()

    • 3

      在javaScript 中,可以使用Date对象的( )方法获取当前的日期和时间。 A: Date B: getYea C: getMonth D: getDate

    • 4

      在javascript中,日期对象里获取毫秒数的方法是: A: getDay() B: getDate() C: getTime() D: getFullYear()