c:if标签

 <c:if>标签的用途与在一般程序中用的if语句一样。它的使用语法格式为:
<c:if test="testCondition" [var="varName"]
[scope="{page|request|session|application}"]>
......程序内容
</c:if>
下面就是一个<c:if>使用的例子,实现代码如下:
<%@ page language="java" contentType="text/html; charset=GB18030"
pageEncoding="GB18030"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=GB18030">
   <title>Insert title here</title>
</head>
<body>
   <c:if test="${param.name=='admin'}" var="condition" scope="page">
           欢迎您${param.name}登录本系统
       </c:if>
       <br/>
       程序执行结果为: ${condition}
</body>
</html>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值