7、用Python计算昨天和明天的日期. import datetime #导入日期时间模块 today = datetime.date.today() #获得今天的日期 print today #输出今天日期 2018-07-05
確定! 回上一頁