koa-response2 受启发。 。 安装 $ yarn add koa-response2 用法 import Koa , { ParameterizedContext } from 'koa' import koaReponse from 'koa-response2' const app = new Koa ( ) app . use ( koaReponse ( ) ) export default function ( ctx : ParameterizedContext ) { ctx . oK ( { id : 123 , name : 'Dat Boi' } ) /