1. 首页
  2. 数据库
  3. 其它
  4. koa useragent:Koa用户代理中间件 源码

koa useragent:Koa用户代理中间件 源码

上传者: 2021-02-24 20:43:33上传 ZIP文件 101.51KB 热度 31次
koa-useragent 快速的中间件基于公开 安装 $ npm install koa-useragent 使用概述 const koa = require ( 'koa' ) ; const app = koa . app ( ) ; const { userAgent } = require ( 'koa-useragent' ) ; app . use ( userAgent ) ; app . use ( async ( ctx , next ) { console . log ( require ( 'util' ) . inspect ( ctx . userAgent
用户评论