【发布时间】:2011-07-20 06:38:06
【问题描述】:
我有一个包含图像路径的 XML 文件,如下代码:
<Source>
<ID>001</ID>
<Name>News</Name>
<Country>United States</Country>
<FeedURL>
http://abcd.xml
</FeedURL>
<Download>true</Download>
<Image>
http://creativityinlife.files.wordpress.com/2009/03/as_much_as_i_dream.jpg
</Image>
</Source>
我想检索并显示图像。有人可以帮忙吗?
【问题讨论】: