日期python中如何得到日期

python中如何得到日期在 Python 中获取日期可以通过 datetime 模块来完成 以下是获取当前日期和特定日期的方法 获取当前日期 pythonfrom datetime import date 获取当前日期 curren...