私信  •  关注

Jochem Schulenklopper Amit Kar

Jochem Schulenklopper Amit Kar 最近创建的主题
Jochem Schulenklopper Amit Kar 最近回复了
6 年前
回复了 Jochem Schulenklopper Amit Kar 创建的主题 » 使用python flask读取多个文件[重复]

Flask还有另一个JSON的快捷方式:

标题:

{Content-Type: application/json}

@app.route("/something", methods=["POST"])
def do_something():
    data = request.get_json()