return result可以直接得到正确结果?
来源:3-7 从API获取数据
宝慕林7568293
2019-07-13
使用环境是python 3.7和pycharm 2019.1, return result调用API可以直接得到正确结果。
当然,return json.dumps(result)也可以得到正确结果
为什么呢?python升级后可以自动解包了?
写回答
3回答
-
qq_青年早报_0
2019-10-15
flask Version 1.1.0 changelog
Allow returning a dictionary from a view function. Similar to how returning a string will produce a text/html response, returning a dict will call jsonify to produce a application/json response. #3111
022019-10-15 -
qq_青年早报_0
2019-10-15
+1 我也能直接得到json结果 (:p 没有做json序列化)
022019-10-15 -
7七月
2019-07-14
麻烦帖下代码详细描述下问题
00
相似问题