摘要: 1、# 输出系统当前时间now = datetime.now()print nowprint now.dayprint now.weekday() # 有疑问 为何比真实时间晚一天?是因为时区问题?2、from datetime import date, time print time(3, 24) 阅读全文
posted @ 2020-03-01 19:47 周一板 阅读(441) 评论(1) 推荐(0) 编辑