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.
我有以下结构
<div class='list'> <div class='column'>aaa</div> <div class='column'>bbb</div> ... <div class='column'>jjj</div> </div>
我是 xpath 的新手,因此获得帮助会非常有帮助。例如,我想获取带有文本值“aaa”的元素的索引,所以我希望得到一个 int = 1 / 0 ...
谢谢