摘要: #1、python中使用正则表达式步骤:import re #导入正则表达式模块# ff = re.compile(r'\d{3}-\d{3}-\d{4}') #用compile函数创建一个Regex对象# gg = ff.search('my phone is:075-333-4466') #像R 阅读全文
posted @ 2017-09-14 15:57 13684995613 阅读(189) 评论(0) 推荐(0) 编辑