day.js 备忘录 如何显示上午 / 下午 import dayjs from 'dayjs'; require('dayjs/locale/zh-cn'); dayjs().locale('zh-cn').format('MM 月 DD 日 A h:mm');