4

我试图找到:

<a class="one two three four five">LINK</a>

我该怎么做才能找到包含在“四”类中的锚?

我以这种方式尝试:

$dom->find("a[class*=four]");

但它不起作用。我正在使用 html_simple_dom 库。

4

0 回答 0