2018年8月8日

python-常用模块

摘要: #time和datetime模块 import time,datetime print(time.localtime()) #返回本地时间的struct time 对象格式 print(time.gmtime(time.time()-800000)) #返回utc时间的struc时间对象格式 pri 阅读全文

posted @ 2018-08-08 15:03 凛冬08 阅读(74) 评论(0) 推荐(0) 编辑

导航