Python的re模块对正则表达式提供了支持,其中返回Match对象的方法是()。

9 查阅

Python的re模块对正则表达式提供了支持,其中返回Match对象的方法是()。

A.match()

B.search()

C.findall()

D.finditer()

参考答案:

答案:ABC

知识竞赛