單項選擇題在配置子路由的時候,path(r’index’,views.index)上述代碼中,views.index指的是()。

A.ORM框架
B.views.py文件中的index方法
C.set
D.insert


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題代碼:from django.urls import path說明path存在于()模塊中。

A.python
B.startapp
C.manage.py
D.django.urls

2.單項選擇題from django.http import *代碼中 ,*代表()。

A.虛擬環(huán)境
B.工程
C.所有
D.django.urls

4.單項選擇題在工程項目中,設(shè)置視圖的過程,就是設(shè)置()文件的過程。

A.整個數(shù)據(jù)庫
B.views.py
C.數(shù)據(jù)庫名稱
D.database

5.單項選擇題

在配置主路由的時候,

程序執(zhí)行后,運行第二個path,然后會跳轉(zhuǎn)到()。

A.字符
B.工程
C.數(shù)據(jù)表
D.項目應(yīng)用demo下的urls.py文件中