欧美人与性动交α欧美精品,边摸边吃奶做爽A片视频,亚洲精品动漫免费二区,刺激一区仑乱

Section Menu:  

404頁面模板函數(shù):notfound_404()

  • 發(fā)布時(shí)間: 2019-08-28 00:00
  •    閱讀: 2453   

描述

notfound_404() 404錯(cuò)誤信息輸出,支持自定義404錯(cuò)誤信息,自定義文件路徑:static/404/index.html。


 
語法

以下是 notfound_404() 的語法:

notfound_404()

參數(shù)

無參數(shù)。


返回值

返回html的字符串。


實(shí)例

以下展示了使用 notfound_404() 的實(shí)例:

from kyger.utility import notfound_404
return notfound_404()

以上實(shí)例運(yùn)行后輸出的結(jié)果為:

不使用模板:

20191225093907412.png


使用模板:

20191225093919256.png


適應(yīng)版本

v1.0.1