app = Flask(__name__, template_folder = os.path.dirname(__file__)). app.debug = True. self ._set_app_config(app). self .cache = Cache(app). self .app = app ...
確定! 回上一頁