摘要: re模块 # 在python中如果想要使用正则表达式 re模块是选择之一 import re # res = re.findall('a','jason oscar aaa') # print(res) # ['a', 'a', 'a', 'a', 'a'] 列表 """ findall通过正则表达 阅读全文
posted @ 2022-07-20 20:53 初学者-11 阅读(97) 评论(0) 推荐(0)