我如何获得文本

时间:2015-09-11 13:10:25

标签: php

    </script></form>
<div id='dle-content'><div class="news" itemscope itemtype="http://schema.org/Movie">
        <div class="news_header">

        <div class="title_right" >
        <div class="rating">
        <div class="rat_col_new" style="text-align:right" itemscope  style="display:none;">1</span></span></div>
        <ul class="unit-rating">
        <li class="current-rating" style="width:78%;">78</li>
        </ul>
</div>

Мистика Приключения Ужасы

MyCode PHP 怎么用?

具有指定属性的元素,它以特定值开头。     [attribute $ = value]匹配具有指定属性的元素,并以特定值结束。     [attribute * = value]匹配具有指定属性且包含特定值的元素。

1 个答案:

答案 0 :(得分:1)

好像你是在循环中运行它? (使用$ i)如果用目标元素的索引替换它,你得到你想要的那个(我猜你想要第一个)

echo $htmlParser->find("/div#dle-content/div.news/div.news_header/div.title_left/a[href]", 0)->plaintext;