To get started with Day.js in your Node.js project, simply add the dependency to your Node.js package manager. npm install dayjs # or yarn add dayjs # or pnpm add dayjs 然后在项目代码中引入即可: const dayjs = require('dayjs') //import dayjs from 'dayjs' // ES 2015 dayjs().format() 查看这里了解更多关于加载 多语言 和 插件 的信息。