from flask import request @app.route('/',methods=['GET,'POST']) def index(): vaule=request.form['name']#表單method爲post方法,獲取name爲name ...
確定! 回上一頁