模板传参 from flask import Flask,render_templateapp = Flask(__name__)@app.route('/')def hello_world(): context = { 'username' : "zhiliao", 'age': 18, 'country'... python 2023-08-30 50 点赞 0 评论 75 浏览