①先安裝pip install flask-cors ②在app.py中加入from flask_cors import * app = Flask(name) CORS(app) 就行了.
確定! 回上一頁