摘要: Python 程序在运行的时候可能需要获得当前的时间。 在这个时候我们需要导入 datetime 包。 获得当前时间 例如,可以使用下面的代码获得当前的日期。 today = datetime.date.today() print("Today's date:", today) 在上面的代码中,将会 阅读全文
posted @ 2021-03-13 00:11 huyuchengus 阅读(357) 评论(0) 推荐(0) 编辑