from flask import render_template @app.route('/hello/') @app.route('/hello/ ') def hello(name=None): return render_template('hello.html', name=name)
確定! 回上一頁