0
<a href="http://link.com">
<div style="background-image:url(https://imageurl.jpeg);">
</div>
</a>
在xpath中是否存在一個允許獲取某個css聲明值的選擇器,同時要記住它是內聯樣式。使用xpath從內聯樣式中選擇css屬性值
在上面的代碼示例中,我想檢索「background-image」道具的值。
考慮使用「硒的webdriver」或Python「scrapy」模塊 – RomanPerekhrest