Jsp-jstl-core-if-tag
提供:Dev Guides
JSTL-コア<c:if>タグ
属性
Attribute | Description | Required | Default |
---|---|---|---|
test | Condition to evaluate | Yes | None |
var | Name of the variable to store the condition’s result | No | None |
scope | Scope of the variable to store the condition’s result | No | page |
例
上記のコードは、次の結果を生成します-