這篇文章介紹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使用總結程式碼的詳細內容。更多資訊請關注PHP中文網其他相關文章!