W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
對內(nèi)部使用,視圖函數(shù)可以有一些屬性,附加到視圖函數(shù)通常沒有控制權(quán)的自定義的 行為。下面的可選屬性覆蓋 add_url_rule() 的默認(rèn)值或一般 行為:
完整的例子:
def index():
if request.method == 'OPTIONS':
# custom options handling here
...
return 'Hello World!'
index.provide_automatic_options = False
index.methods = ['GET', 'OPTIONS']
app.add_url_rule('/', index)
0.8 新版功能: 加入了 provide_automatic_options 功能。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: