Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
# flask启动时,增加配置项 JSON_SORT_KEYS = False # 然后正常返回 return jsonify({"a":"aa","z":"zz","b":"bb"})
# 使用 Response 返回 return Response(json.dumps(res), mimetype="application/json")