单项选择题
上边的代码中,urlpatterns是()类型的数据。
A.数字 B.templates C.字母 D.列表
单项选择题 在配置子路由的时候,path(r’index’,views.index)上述代码中,views.index指的是()。
单项选择题 代码:from django.urls import path说明path存在于()模块中。
单项选择题 from django.http import *代码中 ,*代表()。