Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目标:使用快捷方式,例如 alt+d,插入
yyyy-mm-dd Ddd
Ddd 示例:Mon
Mon
我有以下代码用于自动键脚本
from datetime import datetime keyboard.send_keys(datetime.now().strftime('%Y-%m-%d'))
这只给了我日期。
我应该如何扩展脚本以获得 3 个字符的一天?