html file in the templates/ directory next to the Flask script. @app.route("/") def hello(): return render_template('echo.html'). I have ...
確定! 回上一頁