python中正则(.*?)的用法以及requests库的.text和.content的区别 (r.text和r.content的区别)

python中正则(.*?)的用法以及requests库的.text和.content的区别 1.(.*?)的用法 先看代码演示python import re a="hello22222222world3333333world444444" p1=re.findall("hello(.*?)world",a) p2=re.findall("hello(.*)world",a) p3=re.
相关文章
相关标签/搜索