【发布时间】:2020-09-07 06:34:39
【问题描述】:
我正在尝试使用来自该网站的以下 python 代码检索表格内容:https://whalewisdom.com/filer/hillhouse-capital-advisors-ltd#tabholdings_tab_link
stat_table = soup.find_all('table', id_ = 'current_holdings_table', class_ = "table table-bordered table-striped table-hover")
但是当我使用 len(stat_table) 时,它返回的值为零,表明无法从网站上检索到任何内容。有谁知道我哪里出错了?谢谢你的帮助。
【问题讨论】:
标签: web-scraping beautifulsoup web-crawler