gpt4 book ai didi

javascript - Cheeriojs 出现错误 : exports. load.initialize

转载 作者:行者123 更新时间:2023-12-03 09:22:51 24 4
gpt4 key购买 nike

我正在使用 Cheeriojs 进行网页抓取。将尸体装入 Cheerio 后遇到问题。我可以看到正文是格式良好的 html 代码。我收到一些错误,例如 exports.load.initialize。我无法使用 css 选择器任何元素。

parseWebsite = function () {
request.post(url, {
followAllRedirects: true, headers: {
'User-Agent': 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'
}, form: formval
},
function (error, response, body) {
$ = cheerio.load(body);
console.log('test');
var table = $('#ContentPlaceHolder1_dgCRF');//table: exports.load.initialize
})
}
)
}

最佳答案

我终于明白了。我正在使用 webstorm,我认为“错误”是 webstorm 的一部分。这实际上根本不是一个错误。

关于javascript - Cheeriojs 出现错误 : exports. load.initialize,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31791599/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com