单项选择题

re模块中,对正则表达式进行预编译,从而生成一个代表正则表达式的Pattern对象()。

A.re.pattern()
B.re.split()
C.re.run()
D.re.compile()