首页 > 解决方案 > 如何修复 Npm Brainly-scraper Captcha 中的错误?

问题描述

如何修复 Npm Brainly-Scraper 中的错误验证码?请帮助我:(错误代码此代码:

app.get("/brainly", async(req, res) => {
const q = req.query.code
if(!q) {
 res.json({message: "masukin querynya"})
}
const brainly = require('brainly-scraper');
const res = await brainly(q)
let hu = {
   res
   }
res.json(hu)
});

这个使用 Expressjs

标签: activesupport

解决方案


推荐阅读