判斷題request.session.delete()執(zhí)行上述代碼可以刪除session里的數(shù)據(jù)。

您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題表單是具有數(shù)據(jù)采集功能的()。

A.工程
B.post
C.GET
D.虛擬表格

2.單項選擇題有兩種常用的表單,他們是()。

A.html表單和Django內(nèi)置表單
B.post
C.GET
D.按鈕

3.單項選擇題下面哪個選項是防止跨域請求偽造的標(biāo)簽()。

A.瀏覽器
B.{Redis}
C.腳本
D.{%csrf_token%}

4.單項選擇題下面哪個請求方式是post的請求方式()。

A.<formmethod="get"
B.<formmethod="post">
C.GET
D.工程