time.time()返回时间戳time.asctime()时间元组到时间字符串time.mktime()时间元组到时间戳time.strptime()时间字符串到时间元组time.localtime()时间戳到时间元组