2019年11月15日

python 正则

摘要: import re #re.match(pattern, string, flags=0)#flag 标志位,常用的re.I 忽略大小写匹配#re.findall(r"jink",text,re.I) text='''11helloworld22nimenhaomashanxishengweinan 阅读全文

posted @ 2019-11-15 17:15 思此狂 阅读(219) 评论(0) 推荐(0)

导航