单项选择题

re模块中,以迭代形式返回多个匹配对象的是()。

A.re.finditer()
B.re.findall()
C.re.search()
D.re.compile()