Flask还有另一个JSON的快捷方式:
标题:
{Content-Type: application/json} @app.route("/something", methods=["POST"]) def do_something(): data = request.get_json()