摘要: 举例:使用findall获取所有匹配的正则表达式文本,然后逐一替换。 1 #! python3 2 """ 3 A regular expression example: find all matched text using findall() 4 """ 5 import re 6 7 text 阅读全文
posted @ 2020-06-24 23:46 hawking8su 阅读(288) 评论(0) 推荐(0) 编辑