发送请求 // 请求 let bufs = await this.ctx.curl(`URL地址`); // 数据 let bodys = String(bufs.data); 配合插件 npm i --save cheerio var cheerio = require("cheerio"); // 处理成类jq const $ = cheerio.load(bodys, { decodeEntities: false, });