gpt4 book ai didi

android - 如何使用此 html 页面从 div 类获取特定标签?

转载 作者:行者123 更新时间:2023-11-29 22:21:17 26 4
gpt4 key购买 nike

我正在尝试从这个 html page 中检索图像 url

图像位于网页上的版本框内。我将如何使用 JSoup 选择器方法获取它。

比如

Document doc = Jsoup.connect(url).get();
Element png = doc.select(//What would the tag be?);

我知道如何设置它,只是不知道如何检索标签。

最佳答案

doc.select("div.box-art").select("img").attr("abs:src"));

关于android - 如何使用此 html 页面从 div 类获取特定标签?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7135291/

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