摘要: import time def time_conversion(times): # 转换成新的时间格式(2016-05-05 20:28:54) dt = time.strftime("%Y-%m-%d %H:%M:%S", time.localtime(times)) print(dt) def 阅读全文
posted @ 2023-02-09 12:39 江戸川のコナン 阅读(14) 评论(0) 推荐(0) 编辑
……