python datetime 日期加減

d1  =  datetime.datetime.now() d3  =  d1  +  datetime.timedelta(days  = 10 ) print  str(d3) print d3.ctime()spa
相關文章
相關標籤/搜索