这表示一个变量是否为 Day.js 对象。 dayjs.isDayjs(dayjs()) // true dayjs.isDayjs(new Date()) // false instanceof 运算符同样适用 dayjs() instanceof dayjs // true