获取或设置该月的日期。 接受 1 到 31 之间的数字。如果超出范围,它将冒泡到月份。 dayjs().date() // gets day of current month dayjs().date(1) // returns new dayjs object dayjs#date 用于该月的日期,而 dayjs#day 用于该周的日期。