如果PHP中的XPATH数量多少,我如何选择空的<td> </td>
或仅包含空格?
我想替换下面代码中的两个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 .'")]]]