Python获得一给定日期是星期几 import datetime; day=datetime.datetime(2020,7,27).strftime("%w"); print(day) 注:如果是星期天,得到的结果是0