摘要: 1 import time 2 print("返回标准时间(含年月日等信息):",time.asctime()) 3 print("返回本地时间的struct time时间格式:",time.localtime()) 4 print("返回utc的struct时间对象格式:",time.gmtime 阅读全文
posted @ 2016-10-30 21:42 Eric9 阅读(896) 评论(0) 推荐(1) 编辑