<td> </td>
无论 PHP 中的 XPATH 有多少,我如何选择一个空的或只包含空格的?
我想not(text())
在下面的代码中替换这两个,以便不仅不匹配文本,还匹配空格。
//tr[td[1][contains(text(), "'. $match .'")]]
/following-sibling::tr[td[1][not(text())] and preceding-sibling::tr[1][td[1][not(text()) or contains(text(), "'. $match .'")]]]