Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はpythonとflaskが初めてです。
request.args.get(varname); で GET パラメータを取得できることはわかっています。サーバーへのGETリクエストがオプションのパラメーターを指定しているかどうかを確認したかったのです。
フラスコのドキュメントはあまり役に立ちませんでした。
page = request.args.get("page", 0, type=int)