请教如何用BeautifulSoup快速定位到这一句:
<tr>
<td colspan="2"><span class="font12px"> Display name <a href='http://test.com/SoftName.html' title='virus'><b>SoftName</b></a> find 0 soft.</span></td>
</tr>
soup.findAll(id="td", attrs={"colspan":"2"});soup.findAll(name="td", attrs={"colspan":"2"});