单项选择题

在Python中,如何计算两个日期之间的天数?()

A.(date1-date2).days
B.date1.diff(date2)
C.date.days_between(date1,date2)
D.date1-date2

微信扫码免费搜题