网址:https://www.nature.com/articles/ncomms12114
需求:想要获得Additional Information板块下所有的文字
我现在的代码↓:
from lxml [color=var(--highlight-keyword)]import [color=var(--highlight-namespace)]etree[color=var(--highlight-variable)]page_text = requests.get(url=[color=var(--highlight-variable)]"https://www.nature.com/articles/ncomms12114",headers = headers).[color=var(--highlight-namespace)]text[color=var(--highlight-variable)]tree = etree.HTML(page_text)addInformatin_raw= tree.xpath([color=var(--highlight-variable)]"//h2[text()='Additional information']/..")[[color=var(--highlight-namespace)]0]addInformatin = addInformatin_raw.xpath([color=var(--highlight-variable)]'./div//text()')[[color=var(--highlight-namespace)]0]但现在得到的是:How to cite this article:(即内容不全)想问问该怎么改xpath定位 谢谢
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
|
|
|
|
共 2 个关于本帖的回复 最后回复于 2022-2-3 22:05