我想在里面接一个li,上面有一段span:
<li>
<span>Text here</span>
</li>
我试图用XPath做到这一点://span[text()="Text here"]/preceding::li但是不起作用
繁花如伊
相关分类