摘要: 1 ```python 2 知识脉络: 3 # 在python中使用正则表达式 4 # 转义符 : 在正则中的转义符 \ 在python中的转义符 5 # re模块 6 # findall search match 7 # sub subn split 8 # compile finditer 9 阅读全文
posted @ 2021-11-15 21:54 余鑫2020 阅读(142) 评论(0) 推荐(0)