摘要: #-*- coding:utf-8 -*-#Author:Hy#@Time :2018/4/1420:47import re# . 通配符print(re.findall(".txt", "helelloasdsaghdsgaldgxa.txtbtxtctxt"))# ^ 只在开头匹配print(r 阅读全文
posted @ 2018-04-15 23:01 秋de寒 阅读(154) 评论(0) 推荐(0) 编辑