python的calendar模块生成的日历怎么把图中的日历里的月份和星期转换成中文的,怎么才能解决
import calendar c = calendar.LocaleTextCalendar(locale="zh_CN") c.prmonth(2021, 4)