Next.js 将生成etags(默认为每个页面),你也许想要禁用etag 生成(对于HTML 页面) - 这依赖于你的缓存策略 .. 打开next.config.js并禁用 generateEtags选项 .. module.exports = { generateEtags: false,}