2013-09-23 43 views
0

它在XML中看起来像这样。我想得到他的图像src值...如何在Html标签中获取图像源android

<content:encoded> 
<![CDATA[ 
<p><img class="aligncenter size-full wp-image-3369" alt="storyboard6" src="storyboard62.jpg" width="900" height="673" /><img class="aligncenter size-full wp-image-3370" alt="storyboard7" src="storyboard72.jpg" width="900" height="447" /> <img class="aligncenter size-full wp-image-3367" alt="storyboard4" src="storyboard43.jpg" width="900" height="673" /><img class="aligncenter size-full wp-image-3368" alt="storyboard5" src="storyboard52.jpg" width="900" height="599" />]]></content:encoded> 

如何获取所有图像的src值和存储到数组列表。请帮助我

回答