flask框架小結

簡單地應用 from flask import Flask app = Flask(__name__) # app參數 # app = Flask(__name__,template_folder='templates',static_url_path='/xxxxxx') # 配置端口 # app.config['DEBUG']=True @app.route('/') def hello_w
相關文章
相關標籤/搜索