【发布时间】:2021-02-18 11:19:59
【问题描述】:
嗨,我得到了这段 html,我想从中获取文本元素
<span id="product_description" itemprop="description" class="">
<h1>Toltec Lighting 216-BRZ-508 Leaf Collection Traditional Potrack With Italian Marble Glass In Bronze</h1>
<br class="">
<span style="font-weight: bold;" class="">MANUFACTURE: </span>
Toltec Lighting
<br class=" xh-highlight">
<span style="font-weight: bold;" class="">COLLECTION: </span>
Leaf
<br class=" xh-highlight">
</span>
我想获取值列表。在这种情况下,它将是“Toltec Lighting”和“Leaf”
【问题讨论】: