正则re.complie作用时间:2021-11-23 00:12:29 封装一个原本重复使用的正则表达式 prog = re.compile(pattern) result = prog.match(string)