【发布时间】:2012-03-05 11:52:49
【问题描述】:
我有这样的事情:
<img style="background:url(/theRealImage.jpg) no-repate 0 0; height:90px; width:92px;") src="notTheRealImage.jpg"/>
我正在使用 beautifulsoup 来解析 html。有没有把“背景”css属性中的“url”拉出来?
【问题讨论】:
标签: python css inline beautifulsoup