是否值得使用Python的re.编译?
在Python中使用用于正则表达式的编译有什么好处吗?
h = re.compile('hello')h.match('hello world')
VS
re.match('hello', 'hello world')
HUX布斯
守着一只汪
相关分类