@app.route("/") def index(): rsp = make_response(render_template("test.html")) # 会自动设置Content-Type: text/html; charset=utf-8 return rsp.
確定! 回上一頁