let captcha = svgCaptcha.create({... req.session.loginCaptcha = captcha.text;... res.status(200).send(captcha.data);
確定! 回上一頁