gpt4 book ai didi

html - 使用xpath获取背景图片网址

转载 作者:行者123 更新时间:2023-12-03 16:04:21 37 4
gpt4 key购买 nike

我正在尝试检索URL形式的背景图像。到目前为止,我已经设法获得样式,但是我似乎无法仅获得URL。

我到目前为止所管理的:

//div[@class='opponent opponent1']/div[@class='team-player']/@style


HTML示例:

<div class="opponent opponent1">
<div class="team-player" style="background-image: url('/uploads/test.jpeg')"></div>
<h3><a href="#">Team EnVyUs</a></h3>
</div>

最佳答案

substring-beforesubstring-after的组合应该可以解决问题:

substring-before(substring-after(//div[@class='opponent opponent1']/div[@class='team-player']/@style, "background-image: url('"), "')")

关于html - 使用xpath获取背景图片网址,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28992013/

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