for link in soup.find_all('a'): print(link.get('href')) ... The tag <b id="boldest"> has an attribute “id” whose value is “boldest”. You can access a tag's ...
確定! 回上一頁