BeautifulSoup4中的访问值

时间:2016-02-17 14:32:08

标签: python python-3.x beautifulsoup

我已经发出了一个HTML请求,我想从中检索特定元素,但我不知道如何使用BeautifulSoup4访问它们。

以下是返回的html的示例:

<td valign="top" >
    <span class="recordAttribute" >Taxonomy</span>: Mollusca, Gastropoda, Littorinimorpha, Hydrobiidae, Hydrobia<br>
    <span class="recordAttribute" >Identifiers:</span> AF118324[sampleid]               <br>
    <span class="recordAttribute" >Depository</span>: Mined from GenBank, NCBI                    &nbsp;
</td>

我想访问元素 AF118324 (这是标识符 span类之后的名称)。

我怎么能访问它? (当然不使用子串方法)

1 个答案:

答案 0 :(得分:1)

这对你有用吗?

 AF118324[sampleid]

打印哪些:

hibernate.properties