from flask import render_template @app.route('/hi/<username>') ... the same would be done for any other variables we'd use.
確定! 回上一頁