成人黄网站A片免费观看,欧美人妻少妇精品久久黑人,国产内射999视频一区,国产成年女人毛片80S网站

Section Menu:  

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

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

描述

notfound_404() 404錯誤信息輸出,支持自定義404錯誤信息,自定義文件路徑: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