摘要: datetime模块定义了下面这几个类: datetime.date:表示日期的类。常用的属性有year, month, day; datetime.time:表示时间的类。常用的属性有hour, minute, second, microsecond; datetime.datetime:表示日期 阅读全文
posted @ 2018-01-24 15:13 minger_lcm 阅读(257) 评论(0) 推荐(0)