python用refindall提取字符串的问题?

现在有一组字符如下:
查看高清原图 <a href="/wp-con/up/2011/01/61c3202472100145.jpg" target="_blank">1797 × 2717</a>
我想用refindall提取出/wp-con/up/2011/01/61c3202472100145.jpg这个图片的地址,如何写

re.findall(r'<a href="(.*?)"',s)

温馨提示:答案为网友推荐,仅供参考
相似回答