目录 什么是 Buffer/Cache Buffer 的具体职责 <
// 相对时间格式化 const rtf = new Intl.RelativeTimeFormat('zh', { numeric: 'auto' }); console.log(rtf.format(-1, 'day')); // "昨天" console.log(rtf.format(7, '