<td class="tag">
<a href="/tag/android" rel="tag">
<img src="http://127.0.0.1/idf2.png" >
android
</a>
</td>
コード:
soup = BeautifulSoup(html)
print html.td.a.string # output None
BeautifulSoup4 のどのメソッド<a>
が のコンテンツを取得できますかandroid