获取或设置第二个。 ¥Gets or sets the second. 接受从 0 到 59 的数字。如果超出范围,它将冒泡到分钟。 ¥Accepts numbers from 0 to 59. If the range is exceeded, it will bubble up to the minutes. dayjs().second() // gets current second dayjs().second(1) // returns new dayjs object