摘要: 日期时间 1. 系统时间的获取 from datetime import datetime dt = datetime.now() print(type(dt)) print(dt) print(dt.year, dt.month, dt.day, dt.hour, dt.minute, dt.se 阅读全文
posted @ 2020-06-04 15:03 o云淡风轻o 阅读(308) 评论(0) 推荐(0) 编辑