Is there a way in jsoup to extract an image absolute url, much like one can get a link's absolute url?
Consider the following image element found in http://www.example.com/
<img src="images/chicken.jpg" width="60px" height="80px">
I would like to get http://www.example.com/images/chicken.jpg
. What should I do?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…