1.<c:out> 标签:用于在JSP页面中显示数据
格式:
<c:out value="" default=""/>
2.<c:set>标签:用于保存数据
格式:
<c:set target="" value="" var="" propertry="" scope=""/>
3.<c:remove>标签:用于删除数据
格式:
<c:remove var="" scope=""/>
4.单分支标签:<c:if>
<c:if test="test-condition">
body content
</c:if>
时间: 2024-10-18 11:41:31