coding: utf-8 -*- from flask import Flask, render_template import ... 中文乱码的问题,将json数据内的中文正常显示app.config['JSON_AS_ASCII'] ...
確定! 回上一頁