- 帖子
- 909
- 积分
- 1215
- 技术
- 3
- 捐助
- 0
- 注册时间
- 2018-1-17
|
[问题求助] Python如何用beautifulsoup获取图片地址
<div>
<img class="alignnone" src="https://网址/wp-content/uploads/2020/01/2-8.jpg" alt="" width="700" height="1050" />
......
</div>
是不是这样写啊?
addr = soup.find('div',attrs={'class':'src'})
print(src.text) |
|