router.get('/captcha', (req, res, next) => { let option = req.query; // 验证码,有两个属性,text是字符,data是svg代码 let code = svgCaptcha.create(option); ...
確定! 回上一頁