jsonify和json的区别

 

使用 jsonify 时,返回的 http responseContent-Type 是:Content-Type: application/json

使用json.dumps时,Content-Type则是:Content-Type: text/html; charset=utf-8

其他基本一样

posted @ 2021-04-04 15:58  范若若  阅读(198)  评论(0编辑  收藏  举报