博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
jstl标签库
阅读量:5997 次
发布时间:2019-06-20

本文共 678 字,大约阅读时间需要 2 分钟。

  hot3.png

##jstl标签库(分为5大类):

  1. 核心标签库(Core tag library)
  2. i18n格式标签库(i18n-capable formatting tag library)
  3. SQL标签库(SQL tag library)
  4. XML标签库(XML tag library)
  5. 函数标签库(Function tag library)

核心标签库: (常用) (不常用) 表达式操作: out set,remove,catch 流程控制: if,choose,when,otherwise 迭代操作: foreach,forTokens URL操作:

##表达式操作:

主要用来显示数据的内容,就像是<%=str%>
及格
不及格
优秀
良好
中等
key:${m.key },value:${m.value }

例子:

<%session.setAttribute("message","11#44#33");%>
${str },

转载于:https://my.oschina.net/csmw00/blog/675101

你可能感兴趣的文章
web框架使用一览
查看>>
windows 上 安装SIKULI
查看>>
linux date 命令详解
查看>>
PHP友好的时间显示函数
查看>>
android之wifi移植全过程(一)
查看>>
[Android]DevicePolicyManager的用处
查看>>
ehcache
查看>>
地址空间分布
查看>>
String indexOf 之BF、KMP算法
查看>>
CentOS6.4安装JDK,卸载自带的OpenJDK
查看>>
EasyUI怎么获取文本框里输入的值
查看>>
解决Spring的RedisTemplate.keys()无返回结果的问题
查看>>
Get和Post的区别
查看>>
Redis--优化
查看>>
【转】android 内存泄漏相关收藏博客。
查看>>
String StringBuffer 和StringBuilder
查看>>
String StringBuffer 和 StringBuilder 的对比
查看>>
ntv.js框架(第二章) - 源代码目录结构
查看>>
python 默认字典
查看>>
Maven 国内镜像(Maven下载慢的解决方法)
查看>>