from flask import Flask,jsonify; app = Flask(__name__); #解决中文乱码的问题,将json数据内的中文正常显示; # app.config['JSON_AS_ASCII'] = ...
確定! 回上一頁