@app.route('/object/') def return_object(): headers = {'Content-Type': 'text/plain'} return make_response('Hello, world!', status=200, headers=headers) ...
確定! 回上一頁