app.config['JSON_AS_ASCII'] = False ... You can make this the default (and use jsonify() again) by setting JSON_AS_ASCII to False in your Flask app config.
確定! 回上一頁