a =   datetime.now().strftime('%Y-%m-%d')
print(a)

python 将 日期类型的当前时间 转换为 字符串_数据