/input.json; /message.json. ajax.py from flask import Flask, render_template, request, jsonify, json app = Flask(__name__) @app.route('/data') def webapi(): ...
確定! 回上一頁