To render a template you can use the render_template() method. ... from flask import render_template @app.route('/hello/') @app.route('/hello/<name>') def ...
確定! 回上一頁