python 查看今天日期

>>> datetime.date.today()
datetime.date(2013, 6, 6)

原文地址:https://www.cnblogs.com/seasonsstory/p/3121283.html