from flask import make_response, json import gzip @app.route('/data.json') def compress(): very_long_content = [{'a': 1, 'b': 2}, {'c': 3, 'd': 4}] content ...
確定! 回上一頁