koa查询漂亮 Koa的漂亮查询中间件。 描述 默认情况下, Koa使用queryString解析GET参数,但是解析的参数是string 。 Koa-query-pretty可以转换为具体类型,例如int , float , boolean , null , undefined 。 安装 yarn add koa-query-pretty 支持node.js v7.6 + 利用 const Koa = require ( 'koa' ) ; const queryPretty = require ( 'koa-query-pretty' ) ; const app = new Koa (