"+name @app.route('/say_hello', methods=['POST']) def submit(): name = request.form.get('username') return "Hello, "+name if __name__ ...
確定! 回上一頁