我尝试了以下解决方案:
但是这两个示例都使用标签中的文本。
我的 html 网络搜索中有这段独特的代码:
我需要的是获取 d.href 变量附带的链接。
我试过这样的代码:
Elements link = jSoupConnection.select(":contains(d.href)");
Elements link = jSoupConnection.select("#d.href");
Elements link = jSoupConnection.getElementsByAttributeValueContaining("d.href","google");
但直到现在他们都没有工作。
我还尝试在http://jsoup.org/cookbook/上进行一项研究,但也没有成功。有没有对 Jsoup 更有经验的人可以帮帮我吗?提前致谢