ZhangZhihui's Blog  

2022年1月22日

摘要: 阅读全文
posted @ 2022-01-22 17:48 ZhangZhihuiAAA 阅读(45) 评论(0) 推荐(0) 编辑
 
摘要: from datetime import date def get_first_day_of_month(dt: date): return date(dt.year, dt.month, 1) 阅读全文
posted @ 2022-01-22 15:54 ZhangZhihuiAAA 阅读(31) 评论(0) 推荐(0) 编辑