微信扫一扫
ptn = re.compile(r'\(function (.|\n)*\(\);') content = re.sub(ptn,'',record['内容'].strip())
相关推荐