07 2020 档案

摘要:常用函数 re.compile() compile()的定义:compile(pattern, flags=0) Compile a regular expression pattern, returning a pattern object. 从compile()函数的定义中,可以看出返回的是一个 阅读全文
posted @ 2020-07-14 14:52 沉默的云