2019年11月22日
摘要: from datetime import datetime '''datetime时间模块''' # 拿到当前计算机的系统时间 年-月-日 时:分:秒.毫秒 print(datetime.now()) print(type(datetime.now())) 2019-11-25 23:25:46.9 阅读全文
posted @ 2019-11-22 21:48 lilyxiaoyy 阅读(1500) 评论(0) 推荐(0) 编辑

返回
顶部