将持续时间对象序列化为 JSON 时,它将表示为 ISO8601 字符串。 JSON.stringify({ postDuration : dayjs.duration(5, 'm') }); // '{"postDuration":"PT5M"}'