摘要: 模块之time与datetime import time print (time.clock()) print(time.process_time()) #测量处理器运算时间 print(time.altzone) #返回utc时间差,以秒计算 print(time.asctime())#返回时间格 阅读全文
posted @ 2019-12-19 23:33 科子 阅读(425) 评论(0) 推荐(0) 编辑