单项选择题

Django 项目中借助正则表达式表达URL,可以通过“<>”提取变量作为函数的参数,使用这种形式必须使用()方法配置路由表达式。

A.re_path()
B.path()
C.url()
D.settings()