gpt4 book ai didi

javascript - 如何使用每个或循环解析内部多个

标签文本?

转载 作者:行者123 更新时间:2023-12-02 23:46:17 25 4
gpt4 key购买 nike

我想解析多个 <p> 中的新闻文本文本。无法仅从这些 p 标签获取文本。

示例网址:https://www.prothomalo.com/sports/article/1590573

我已经找到了所有<p>带有标签的标签文本。但我只想获取带有循环或其他内容的文本。仅需要帮助来获取这些文本。

我的解决方案 <p>标签:

$('#widget_51897 > div > div > div.row.detail_holder > div.right_part > div > article > div').text()

请给我关于cheerio(NodejS)的解决方案提前致谢

最佳答案

const allPElements = document.getElementsByTagName('p');

for(let {innerText} of allPElements){
console.log(innerText);
}

关于javascript - 如何使用每个或循环解析内部多个 <p> 标签文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55848891/

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