<div class='ym-gbox adds-header'>
<a href='javascript:(void);' >
<a href="http://epaper.thedailystar.net/" target="_blank">
<img src="http://epaper.thedailystar.net/images/edailystar.png" alt="edailystar" style="float: left; width: 100px; margin-top: 15px;">
</a>
<a href="http://www.banglalink.com.bd/celebrating10years" target="_blank" style="display:block;float: right;">
<img width="490" height="60" src="http://bd.thedailystar.net/upload/ads/2015/02/12/BD-News_490x60.gif" alt="banglalink" >
</a>
</a>
</div>
這是html部分。從這裏我想提取圖像標籤的圖像源與源地址src =「http://epaper.thedailystar.net/images/edailystar.png」在android中使用jsoup。但我失敗了。如果有人給出答案,我會感謝他。從嵌套div中提取圖像源和JSOUP中的標記
這裏是我的代碼
Document document = Jsoup.connect(url).get();
Elements img = document.select("div[class=ym-gbox adds-header]").first().select("a[href=http://epaper.thedailystar.net/] > img[src]");
String imgSrc = img.attr("src");
什麼是網址?所以我可以試試.. – 2015-02-24 19:08:45