Unix 时间戳(毫秒)
通过传递表示毫秒数的整数值(13 位数字,自 Unix Epoch Jan 1 1970 12AM UTC 开始)来创建 Day.js 对象。
¥Create a Day.js object by passing an integer value representing the number of milliseconds (13 digits, since the Unix Epoch Jan 1 1970 12AM UTC).
dayjs(1318781876406)
传递的参数必须是数字
¥The passing argument must be a number