单项选择题
A.项目 B.个人信息 C.内容 D.数据表
在项目目录下配置主路由的时候,配置path(’’,include(’demo.urls’))代码中,demo....
单项选择题在项目目录下配置主路由的时候,配置path(’’,include(’demo.urls’))代码中,demo.urls指的是()文件。
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