摘要: 恢复内容开始 import re # [] 范围匹配 中间 用-来连接 # re.findall("[a-zA-Z0-9]","a ab abc abcd a 123c") # 如果要匹配 符号- 要写表达式的左边或者右边 # print(re.findll("[-ab]","a ab abc ab 阅读全文
posted @ 2018-10-20 10:41 renzhenhui200210 阅读(199) 评论(0) 推荐(0)