@app.route('/') def index(): content = """ teste """ user = "Hero" return render_template('index.html', **locals()). or just pass your data
確定! 回上一頁