XPATH SELECTOR 获取下一个 href 元素
亲爱的大家, 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你用文字描述了它......
但是你为什么要谈论 XPath 因为你正在使用 JQuery 并且可以使用 css 选择器
?
you described it in words...
but why are you talking about XPath since you're working with JQuery and can use css selectors
?