gpt4 book ai didi

html - Chrome 控制台从 xpath 数组获取值

转载 作者:行者123 更新时间:2023-12-03 04:02:34 25 4
gpt4 key购买 nike

我正在使用 Google Chrome 控制台获取具有 attrValue 类的所有元素的数组。这就是我正在使用的:

$x('//*[@class="attrValue"]');

这是我的输出:

<td class="attrValue">Transway 1A</td>, <td class="attrValue">Northbound/Westbound</td>, <td class="attrValue">Facing West</td>

获取所有元素的数组非常有用,但我正在尝试获取这些元素中的值的数组。任何帮助将不胜感激。

最佳答案

获取text():

$x('//*[@class="attrValue"]/text()');

关于html - Chrome 控制台从 xpath 数组获取值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29318713/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com