flask基礎知識整理

flask 入門 pip install flask 簡介:flask是小的python web框架 只提供了一個強健的核心,其它功能都是提供擴展庫去實現的,其它功能都是提供擴展庫去實現的html @app.route('/') # 路由 def index(): # 視圖函數 return 'hello' #啓動參數 app.run() debug 默認爲Flase True 調試
相關文章
相關標籤/搜索