Appearance
获取或设置秒。
传入 0 到 59 的数字。 如果超出这个范围,它会进位到分钟。
dayjs().second(); // gets current second dayjs().second(1); // returns new dayjs object