Python 获取某天是星期几 臭大佬 2020-09-30 16:18:11 2607 Python 简介 Python 获取某天是星期几 代码from datetime import datetime import time gap = 1 # 时间戳 day = time.time() - 86400*(gap-1) # 输出年月日 ymd = time.strftime('%Y-%m-%d', time.localtime(day)) # 获取星期几 数字1-7代表周一到周日 week = datetime.strptime(ymd, '%Y-%m-%d').isoweekday() 赏 上一篇: 制作一个简易的exe包 下一篇: WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. 发表 {{ comment.user_name }} {{ comment.created_at }} {{ comment.content }} 取消 发表 {{ child.user_name }} {{ child.created_at }} @ {{ child.answered_user_name }}:{{ child.content }} 取消 发表 更多 广告栏 热度榜 标签云 微信公众号 最新内容会在公众号首发哟☄⊙ω⊙)☄