Home > Database > Mysql Tutorial > JSTL学习笔记2

JSTL学习笔记2

WBOY
Release: 2016-06-07 15:07:54
Original
896 people have browsed it

注意的一点是 我们在jstl中要引用属性的时候 都要将属性名字放到${}中 。 c:if test=${var} var=result scope=范围/ 不带body的 c:if test=${var} var=result scope=范围 /body 在jsp中的使用如下: c:if test=${34} var=result 34 br /c:if c:out value=${re

注意的一点是 我们在jstl中要引用属性的时候 都要将属性名字放到"${}"中  。

    不带body的

test="${var}"  var="result" scope="范围">

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template