Failed to decode JSON object: Unterminated string starting at: line 1 column 10 (char 9)

前端 未结 0 710
时光说笑
时光说笑 2021-01-31 11:59

\'\'\'

@app.route(\'/tasks\', methods=[\'POST\'])
def create_task():
    if not request.json or not \'title\' in request.json:
        abort(400)
    task = {
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题