微信扫一扫
python使用re.findall时必须提前import re否则不提示错误,只是找不到结果
import re
ab=re.findall('cmp=com.(.*?)/',aa)
相关推荐