from flask import request @app.route('/todo/api/v1.0/tasks', methods=['POST']) def create_task(): #如果請求裡面沒有json資料,或者json資料 ...
確定! 回上一頁