/** * 获取日期对应的周字符 * @returns */ export {}; declare global { interface Date { weekStrInDay(): string; } }