摘要: 1 import re 2 # .只能代替任意一个字符,除\n 3 ret = re.findall("w..l","hello world") 4 print(ret) 阅读全文
posted @ 2018-11-02 11:03 疯狂的骆驼 阅读(72) 评论(0) 推荐(0) 编辑