gpt4 book ai didi

python - BeautifulSoup,.descendants 的顺序是什么?

转载 作者:行者123 更新时间:2023-12-01 03:55:44 28 4
gpt4 key购买 nike

使用 beautifulsoup 时 soup.descendants迭代器,生成的标签是否保证以任何特定顺序返回?由于文档提到事物是递归迭代的,所以我猜测事物是按 DFS 顺序返回的,但我不确定这是否是我可以依赖的东西。

最佳答案

The documentation不 promise 任何事情,但是the source揭示了一切。 .descendants 产生 .next_element 中的标签订单:

The .next_element attribute of a string or tag points to whatever was parsed immediately afterwards. It might be the same as .next_sibling, but it’s usually drastically different.

关于python - BeautifulSoup,.descendants 的顺序是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37491970/

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