Вы должны вернуть перенаправление: import os from flask import Flask,redirect app = Flask(__name__) @app.route('/') def hello(): return ...
確定! 回上一頁