var r = '<img[^<>]*? src="([^<>]*?)"';
var yyy=content.match(r);
alert(yyy[1])

相关文章: