随笔分类 -  正则表达式

摘要:语言:python #类似abc...c........im..类似这样的字符串#转为 ..im........c...abcimport redef change(pattern,target): """target格式:abc...c..im.""" new = [] #遍历每一个数据,添加到列 阅读全文
posted @ 2020-04-11 13:24 云胡 阅读(510) 评论(0) 推荐(0)