def movie_add_page(): if request.method == "GET": return render_template( ... The data that was posted is retrieved through the request variable (lines 7-8) ...
確定! 回上一頁