foreach ($nodelist as $n) { $other_nodes = $xpath->query('descendant::div[@class="some-descendant"]', $n); echo $other_nodes->length; ...
確定! 回上一頁