如果要附上HEADERS資訊及狀態碼呢? from flask import Flask,render_template,jsonify,make_response app = Flask(__name__) @app.route('/') def login(): ...
確定! 回上一頁