标签:pre 减法 color style print col int time code
from datetime import date a = date(2001,2,18) b = date(2001,2,28) print(b-a)
python 日期的减法
原文地址:https://www.cnblogs.com/sea-stream/p/9993505.html