XPATH SELECTOR 获取下一个 href 元素

发布于 2024-11-08 21:12:47 字数 276 浏览 0 评论 0原文

亲爱的大家, XPATH 的新手,

我需要一个 xpath 来获取 span class="on" 列表项之后的 HREF 标记

HTML 结构如下。 (抱歉,编辑器不允许我发布 HTML。我可以这样做吗?) 图像文件位于:http://imageshack.us/f/846/xpathselector.png/

请指教。非常感谢。 桑

Dear All, A newbie to XPATH,

I need an xpath to get the HREF tag after the span class="on" list item

The HTML structure is below. (sorry the editor wont allow me to post HTML in. Can I do that?)
The image file is here: http://imageshack.us/f/846/xpathselector.png/

Please advise. Thank you very much.
San

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你丑哭了我 2024-11-15 21:12:47

你用文字描述了它......

//span[@class='on']/parent::li/following-sibling::li[1]/a

但是你为什么要谈论 XPath 因为你正在使用 JQuery 并且可以使用 css 选择器

you described it in words...

//span[@class='on']/parent::li/following-sibling::li[1]/a

but why are you talking about XPath since you're working with JQuery and can use css selectors
?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文