Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
只是想知道如何使用 Flask 将 JSON 数据发送到 Web 应用程序的前端。没有太多经验,只是在寻找一些想法?
创建字典字典。
如果 Dict 是你的字典,你可以这样做
return flask.jsonify(**Dict)