We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbcfbc commit c0203ceCopy full SHA for c0203ce
docs/3-golden-week/06-form/index.md
@@ -6,4 +6,12 @@ import CodeBlock from '@theme/CodeBlock';
6
import Term from "@site/src/components/Term";
7
import OpenInCodeSandbox from "@site/src/components/OpenInCodeSandbox";
8
9
+## クエリパラメータの利用
10
+
11
+クエリパラメータとは?
12
13
+入力した内容によって、次に移る(表示される)ページが異なるウェブページがあるが、入力した内容によって異なるウェブページが表示されるよう、入力した内容が移った先のページのURLに反映されている。URLのうち、入力した内容が反映されている部分をクエリパラメータという。
14
15
+例:google.comで、検索エンジンに何か入力して、検索すると、検索結果が表示されるが、そのページのURLに注目。(下画像赤線がクエリパラメータ)
16
17
## サーバーにデータを送信する
0 commit comments