摘要: 阅读全文
posted @ 2020-10-08 23:01 ShineLe 阅读(612) 评论(0) 推荐(0)
摘要: 正则函数 match、search、findall、finditer、split、sub 返回一个对象:match、search、finditer 返回一个列表:findall、split 其中match、search与findall都有两个匹配方式:简单匹配和分组匹配 1、match 格式 mat 阅读全文
posted @ 2020-10-08 00:00 ShineLe 阅读(359) 评论(0) 推荐(0)