摘要: https://www.runoob.com/python/python-reg-expressions.html re.match函数 re.match 尝试从字符串的起始位置匹配一个模式,如果不是起始位置匹配成功的话,match()就返回none。 import re print(re.matc 阅读全文
posted @ 2020-11-14 15:06 Microtiger 阅读(145) 评论(0) 推荐(0)