也许,时间见过我们
01 2021 档案
Python常用时间转换
摘要:1 import time 2 import math 3 4 # 定义一些时间段的常量(秒) 5 TimeSec_Hour = 3600 6 TimeSec_Day = 86400 7 TimeSec_Week = 604800 8 TimeSec_Month = 2592000 9 TimeSe 阅读全文
posted @ 2021-01-20 15:18 画入新雪 阅读(279) 评论(0) 推荐(0)


Copyright ©2017 画入新雪