python 获取当前日期 星期时间:2022-01-14 15:45:17 from datetime import datetime d =datetime.today() #获取当前日期时间 d.isoweekday() #获取时间周几