正文

Python正则表达式re.match(r"(..)+", "a1b2c3")匹配结果为什么是”c3”?

IP云