ASGI · from asgiref.wsgi import WsgiToAsgi · from flask import Flask · app = Flask(__name__) ·... · asgi_app = WsgiToAsgi(app).
確定! 回上一頁