返回一个与参数相似的数组 这需要 ToArray 插件才能工作 dayjs.extend(toArray) dayjs('2019-01-25').toArray() // [ 2019, 0, 25, 0, 0, 0, 0 ]