寫一個簡單的例子程序: # coding:utf-8import flaskfrom flask import json, jsonify, ... 給app配置app.config['JSON_AS_ASCII'] = False,即:
確定! 回上一頁