from flask import Flask, render_template @app.route('/') def index(): return render_template('index.html'). 先import render_template進來,
確定! 回上一頁