result_raw = driver.page_source
content_list = re.findall(“img src=”(.+?)" ", str(result_raw))

请教下,这里为啥会语法错误!!
python编译(.+?)提示语法错误。

相关文章: