Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用 XPathcount()来获取滑块上的图像数量。例如:
count()
count(//*[@id="slider"]/div/ul/li/img)
它在我使用 XPath 测试器(Chrome 的 XPath Helper 扩展)时有效,但在使用 import.io 时无效,这让我相信它不支持count(). 有没有不同的方法来计算图像的数量?