获取或设置 ISO 星期,其中 1 为星期一,7 为星期日。 This requires the 等周 plugin to work dayjs.extend(isoWeek) dayjs().isoWeekday() // gets the current ISO day of the week dayjs().isoWeekday(1); // Monday