获取或设置ISO 星期,其中 1 表示星期一,7 表示星期日。 这需要 IsoWeek 插件才能工作 dayjs.extend(isoWeek) dayjs().isoWeekday() // gets the current ISO day of the week dayjs().isoWeekday(1); // Monday