From c0203ce63a748298cb380737d91f4fdb38bca42f Mon Sep 17 00:00:00 2001 From: XYJ080 <101054474+JY251@users.noreply.github.com> Date: Sun, 1 May 2022 01:23:21 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=95=E3=82=A9=E3=83=BC=E3=83=A0=E3=81=AE?= =?UTF-8?q?=E4=B8=80=E9=83=A8=E6=96=87=E7=AB=A0=E3=82=92=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=E2=91=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/3-golden-week/06-form/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/3-golden-week/06-form/index.md b/docs/3-golden-week/06-form/index.md index 0358c758f..5f9738389 100644 --- a/docs/3-golden-week/06-form/index.md +++ b/docs/3-golden-week/06-form/index.md @@ -6,4 +6,12 @@ import CodeBlock from '@theme/CodeBlock'; import Term from "@site/src/components/Term"; import OpenInCodeSandbox from "@site/src/components/OpenInCodeSandbox"; +## クエリパラメータの利用 + +クエリパラメータとは? + +入力した内容によって、次に移る(表示される)ページが異なるウェブページがあるが、入力した内容によって異なるウェブページが表示されるよう、入力した内容が移った先のページのURLに反映されている。URLのうち、入力した内容が反映されている部分をクエリパラメータという。 + +例:google.comで、検索エンジンに何か入力して、検索すると、検索結果が表示されるが、そのページのURLに注目。(下画像赤線がクエリパラメータ) + ## サーバーにデータを送信する