我正在尝试使用php DOM来获取html中“thumbnailCarousel”div中图像的src。但不知何故,loadHTML不包含这个元素。它与html中的javascript函数有关吗?任何建议或解决方法表示赞赏。谢谢!
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?&fmt=jpeg&qlt=85,1&op_sharpen=0&resMode=sharp2&op_usm=1,1,6,0&iccEmbed=0&printRes=72&wid=60&hei=72" alt="100">
</li>
<li>
<img src="http://images.crocs.com/is/image/Crocs/12300_6Z1_ALT100?&fmt=jpeg&qlt=85,1&op_sharpen=0&resMode=sharp2&op_usm=1,1,6,0&iccEmbed=0&printRes=72&wid=60&hei=72" alt="100">
</li>
</ul>
</div>
答案 0 :(得分:1)
弹出的第一件事是问题中发布的标记无效,缺少</ul>
。