摘要: time 模块的方法 time.time():返回当前时间的时间戳。 time.localtime([secs]): 将一个时间戳转换为当前时区的 struc_time ,secs 参数未提供,则以当前时间为准。 time.gmtime([secs]):和 localtime() 方法类似,gmti 阅读全文