我有一个 xml 响应:
{
text = "<img alt=\"Marco Bueno\" src=\"http://u.goal.com/136600/136687_thumb.jpg\" style=\"float: left;margin:0 10px 10px 10px;\" title=\"Marco Bueno\" /><p style=\"float:left;\">Herrera is currently on national team duty representing the U-23 side that has already made history at the Toulon Tournament, while Bueno won the U-17 World Cup in 2011</p>";
}
现在我想从中获取 img src(URL)。我怎么能得到那个?
我为此使用 asihttpRequest 库。
提前致谢!!