240 发简信
IP属地:重庆
  • Python3中日期时间的各种用法

    获取当前时间 1.用time模块获取当前时间 >>> import time >>> t = time.localtime() >>> curr...