随笔分类 -  python

摘要:re.findall函数介绍 def findall(pattern, string, flags=0): """Return a list of all non-overlapping matches in the string. If one or more capturing groups a 阅读全文
posted @ 2023-04-05 22:03 gufancm 阅读(86) 评论(0) 推荐(0)