获取或设置秒。 接受 0 到 59 之间的数字。如果超出范围,则会向上冒泡到分钟。 dayjs().second() // gets current second dayjs().second(1) // returns new dayjs object