摘要: # import time # print(time.time()) # 时间戳 # print(time.mktime(time.localtime())) # 结构化时间转换为时间戳 # print(time.localtime()) # print(time.localtime(5555555 阅读全文
posted @ 2018-09-04 23:30 该搬砖啦 阅读(149) 评论(0) 推荐(0) 编辑