http.*?\.jpg
若不能解决,可追问,我继续帮你
# html = ... 网页源码字符串rex = r'src="http://(.*).jpg"'lists = re.findall(rex, html)