下一个连接 方法路由和中间件(在也适用)。 由提供。 特征 与Express.js中间件和路由器兼容=> Express.js的直接替换。 轻量级(适用于无服务器环境。 比Express.js快5倍 安装 npm install next-connect // or yarn add next-connect 用法 next-connect通常在: // pages/api/hello.js import nc from "next-connect" ; const handler = nc ( ) . use ( someMiddleware (