摘要:
import re from typing import Pattern """ re模块使python语言拥有了全部的正则表达式功能 match() search() findall() """ r""" match 原型:def match(pattern, string, flags=0) 参数: pattern:匹配的正则表达式 strin... 阅读全文
posted @ 2019-09-16 22:13
君莫笑我十年游
阅读(171)
评论(0)
推荐(0)

浙公网安备 33010602011771号