BeautifulSoup没有检索元素

时间:2017-11-11 06:40:36

标签: python beautifulsoup python-requests

我试图从页面中提取一个div元素。我用“class”来识别那个标签。但它没有检测到div标签。它显示一个空列表。我附上下面代码的图片。

It is the code i have used

1 个答案:

答案 0 :(得分:1)

soup.find_all('div',class_='propery card')