php DOM不提供所有元素

时间:2015-02-04 18:11:41

标签: php html dom

我正在尝试使用php DOM来获取html中“thumbnailCarousel”div中图像的src。但不知何故,loadHTML不包含这个元素。它与html中的javascript函数有关吗?任何建议或解决方法表示赞赏。谢谢!

示例html: http://www.crocs.com.sg/crocs-womens-cap-top-flat/12300,en_SG,pd.html?cid=6Z1&cgid=women-footwear-mary-janes-and-flats&intid=home14_carousel_product

DIV:

<div class="thumbnailCarousel" data-jcarousel="true"><ul style="left: 0px; top: 0px;">
<ul style="left: 0px; top: 0px;">
<li>
<img src="http://images.crocs.com/is/image/Crocs/12300_6Z1_ALT100?&amp;fmt=jpeg&amp;qlt=85,1&amp;op_sharpen=0&amp;resMode=sharp2&amp;op_usm=1,1,6,0&amp;iccEmbed=0&amp;printRes=72&amp;wid=60&amp;hei=72" alt="100">
</li>
<li>
<img src="http://images.crocs.com/is/image/Crocs/12300_6Z1_ALT100?&amp;fmt=jpeg&amp;qlt=85,1&amp;op_sharpen=0&amp;resMode=sharp2&amp;op_usm=1,1,6,0&amp;iccEmbed=0&amp;printRes=72&amp;wid=60&amp;hei=72" alt="100">
</li>
</ul>
</div>

1 个答案:

答案 0 :(得分:1)

弹出的第一件事是问题中发布的标记无效,缺少</ul>