摘要: ```python from calendar import month_abbr import re def change_date(m): mon_name = month_abbr[int(m.group(1))] return '{} {} {}'.format(m.group(2), mo 阅读全文
posted @ 2023-07-10 08:47 我在路上回头看 阅读(12) 评论(0) 推荐(0) 编辑