Skip to content

Commit c0203ce

Browse files
committed
フォームの一部文章を追加①
1 parent 4fbcfbc commit c0203ce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/3-golden-week/06-form/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ import CodeBlock from '@theme/CodeBlock';
66
import Term from "@site/src/components/Term";
77
import OpenInCodeSandbox from "@site/src/components/OpenInCodeSandbox";
88

9+
## クエリパラメータの利用
10+
11+
クエリパラメータとは?
12+
13+
入力した内容によって、次に移る(表示される)ページが異なるウェブページがあるが、入力した内容によって異なるウェブページが表示されるよう、入力した内容が移った先のページのURLに反映されている。URLのうち、入力した内容が反映されている部分をクエリパラメータという。
14+
15+
例:google.comで、検索エンジンに何か入力して、検索すると、検索結果が表示されるが、そのページのURLに注目。(下画像赤線がクエリパラメータ)
16+
917
## サーバーにデータを送信する

0 commit comments

Comments
 (0)