最高限速 用于Express和Koa的轻量级速率限制器中间件。 用于将重复请求限制为公共API。 安装 $ npm install --save cov-rate-limit 例 考阿 const Koa = require ( 'koa' ) const RateLimit = require ( 'cov-rate-limit' ) const app = new Koa ( ) const rateLimiter = RateLimit ( { type : 'koa' , max : 100 , duration : 1000 * 60 * 10 , k