首页
编程
java
php
前端
首页
编程
java
php
前端
请问如何匹配合适的正则表达式来返回bing图片地址 呢
urls
= re.findall(r
'''<img .*?src=["'](.+?)["'].*?>'''
,html,re.S)
点击展开全文