• 2022-06-25
    time.strftime('%Y', time.localtime(x))输出结果为
    A: 2020
    B: 9
    C: 22
    D: 2021
  • D

    内容

    • 0

      能获取系统当前时间分钟数的方法是以下哪个? A: time.strftime(“% m”, time.localtime()) B: time.strftime(“%t”, time.localtime()) C: time.strftime( “%M”, time.localtime()) D: time.strftime(“%T”, time.localtime())

    • 1

      x = time.strftime(“%d”, time.localtime()),x的数据类型是()。 A: 日期型 B: 字符型 C: 数值型 D: 元组型

    • 2

      Time库中休眠函数是() A: Strftime B: strptime C: time.daylight() D: time.sleep()

    • 3

      以下哪个函数返回的不是时间戳?() A: time() B: date() C: strtotime() D: localtime()

    • 4

      下面哪个函数不能返回UNIX时间戳()。 A: time() B: strtotime() C: localtime() D: gmmktime()