python datetime 的幾個用法 ... day2 = datetime.date(2017,12,12) print day2 - day1 結果221 days, 0:00:00 ... day1 + datetime.timedelta(20)
確定! 回上一頁