... app = Flask(__name__) app.debug = True @app.route('/') def hello_world(): return render_template('index.html') ...
確定! 回上一頁