我有一个问题,我有这个 html 源代码:
<td class="specs_title">
Processortype
<a href="#" class="info-link">
<img src="x.jpg" title="" height="16" alt="" width="16" />
<span class="info-popup">
<span class="hd">Processortype</span>
<span class="bd">Text</span>
</span>
</a>
</td>
<td class="specs_descr">
Intel Core i3
</td>
<td class="specs_title">
Spec
<a href="#" class="info-link">
<img src="y.jpg" title="" height="16" alt="" width="16" />
<span class="info-popup">
<span class="hd">Processortype</span>
<span class="bd">Text</span>
</span>
</a>
</td>
<td class="specs_descr">
Other Spec
</td>
我必须通过 php 和 XPath 从该页面中获取“Intel Core i3”,并且我想通过搜索文本处理器类型的查询来做到这一点并用它来做一些事情。这甚至可能吗,如果是这样,如何?感谢您甚至回复!