我有一个这样的字符串
<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>
我想从此字符串中获取“src”( http://u.goal.com/136600/136687_thumb.jpg )。我怎样才能以动态的方式得到它。
谢谢!!