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.
相關文章
相關標籤/搜索