现在有一段字符串 ' 要求用正则来去匹配所有img字段,如//static.360buyimg.com
pattern=re.complie('.*img.*')pattern.findall(str1)大概这种感觉