return jsonify(data) : data 為JSON 格式的字串,可以直接回傳,可以使用jsonify() 函式,序列化後再進行傳遞。 @app.route('/data/message', methods=['POST']) def ...
確定! 回上一頁