BigIntSupport 扩展了 dayjs()、dayjs.unix API 以支持 BigInt 参数。 var bigIntSupport = require("dayjs/plugin/bigIntSupport"); dayjs.extend(bigIntSupport); dayjs(BigInt(1666310421101)); dayjs.unix(BigInt(1666311003));