Flask 에는 애플리케이션 컨텍스트와 리퀘스트 컨텍스트가 있지만 ... current_app app = Flask(__name__) with app.app_context(): # 이 블록내에서는 ...
確定! 回上一頁