单项选择题
A.数字 B.demo路径下的urls.py C.字母 D.ORM
上边的代码中,urlpatterns是()类型的数据。A.数字B.templatesC.字母D.列表
上边的代码中,urlpatterns是()类型的数据。
A.数字 B.templates C.字母 D.列表
在配置子路由的时候,path(r’index’,views.index)上述代码中,views.index指的...
单项选择题在配置子路由的时候,path(r’index’,views.index)上述代码中,views.index指的是()。
A.ORM框架 B.views.py文件中的index方法 C.set D.insert
代码:from django.urls import path说明path存在于()模块中。A.pythonB...
单项选择题代码:from django.urls import path说明path存在于()模块中。
A.python B.startapp C.manage.py D.django.urls