1. 首页
  2. 数据库
  3. 其它
  4. captcha.js:Node.js中的验证码 源码

captcha.js:Node.js中的验证码 源码

上传者: 2021-02-07 19:22:27上传 ZIP文件 125.04KB 热度 9次
captcha.js 这是Node.js应用程序的验证码。 例 只是写一个Express例子,其他人有时间提出。 要求 ImageMagick 6.9+ 幽灵脚本8+ 的Ubuntu sudo apt-get install imagemagick ghostscript Mac OS X brew install imagemagick ghostscript 用法 快速范例 const Captcha = require ( 'captcha.js' ) ; const captcha = new Captcha ( { length : 5 } ) ; captcha . cre
用户评论