2019年6月30日

时间模块

摘要: # 字符串时间《strftime strptime》结构化时间《gmtime mktime》时间戳# t = time.time()# print(t)# print(time.localtime(3000000000)) 结构化本地时间# print(time.gmtime(t)) 时间戳转结构化 阅读全文

posted @ 2019-06-30 11:46 Adudu001 阅读(174) 评论(0) 推荐(0)

导航