当前位置:Gxlcms > Python > PythonAPI使用总结代码

PythonAPI使用总结代码

时间:2021-07-01 10:21:17 帮助过:3人阅读

这篇文章介绍Python API使用总结代码

datetime

datetime.date.today().strftime("%Y/%m/%d")
new_date = datetime.date(1945, 8, 15)
new_date + datetime.timedelta(days=,minuts=,microseconds=)  # 修改方法之一
new_date.replace(month=new_date.month+1, day=, year=)  # 修改方法之二

以上就是Python API使用总结代码的详细内容,更多请关注Gxl网其它相关文章!

人气教程排行