摘要: import re def string_match(match_keys,string): for each_key in match_keys: if each_key not in string: return False return True def repace_match_key(match_keys,string): ... 阅读全文
posted @ 2017-09-10 21:26 aWolfMan 阅读(246) 评论(0) 推荐(0) 编辑