使用简单的html dom解析div中样式的属性

时间:2015-03-11 20:14:14

标签: php parsing simple-html-dom

我正在使用simple_html_dom(http://simplehtmldom.sourceforge.net/)来解析这样的代码:

<div class="photo" style="width: 670px; height: 465px; background-image: url('imgurl'); background-position: -15px 0px;"></div>

我需要在imgurl内获取background-image值。可能吗?我怎么能做到这一点?

0 个答案:

没有答案