Jsp-jstl-core-param-tag
提供:Dev Guides
JSTL-コア<c:param>タグ
属性
Attribute | Description | Required | Default |
---|---|---|---|
name | Name of the request parameter to set in the URL | Yes | None |
value | Value of the request parameter to set in the URL | No | Body |
例
パラメータを <c:import> タグに渡す必要がある場合は、以下に示すように、最初に <c:url> タグを使用してURLを作成します-
上記のリクエストは以下のようにURLを渡します-自分で試してください。