当前位置:网站首页>JSP learning (2) -- JSP script elements and instructions
JSP learning (2) -- JSP script elements and instructions
2022-06-22 16:35:00 【xiao_ zhu_ ting_ feng】
1.0 jsp Script elements
Script element composition
1.1 Expression format
<%=java expression %>
No spaces
Non pluggable statement
Must be able to evaluate
Used to print variables or output values .
1.2 Scriptlet
Grammar format :<%java Code %>
No spaces
Classes and methods cannot be defined
Valid on current page , Will not be shared by other threads
You can write in it java Code for . Definition java Variables and writing java sentence .
1.3 Statement
Grammar format <%! Function or constant %>
No spaces
Valid throughout the page , Will be shared by multiple threads
You can define global variables and methods in it , class .
2.0 Jsp Declaration and jsp scriptlet The difference between
count1 It's been accumulating , but count2 The value of does not change
2.1 Jsp Instructions
page Common attributes of instructions
边栏推荐
- 10款超牛Vim插件,爱不释手了
- SAP价值流程&帮助请求流程-011
- User exit and customer exit in SAP ABAP -015
- SAP ABAP table control and example-07
- 面试题之 <img>标签 的 title 和 alt 有什么区别
- SAP ABAP dialog programming tutorial: module pool in -09
- Lecture 6 of slam Lecture 14 -- nonlinear optimization
- Implementation classes with similar execution logic use the template pattern
- NiO programming service
- Runtime -- explore the nature of classes, objects, and classifications
猜你喜欢

【微信小程序获取自定义tabbar的高度】绝对可用!!!

IDEA安装总结

Shell learning

Machine learning notes - Hagrid - Introduction to gesture recognition image data set

过气剧本杀,被露营“复活”

【微信小程序封装底部弹出框二】

SAP ABAP data dictionary tutorial se11: tables, locked objects, views, and structures-03

全球首款AR隐形眼镜,元宇宙入口这次真的打开了?

让代码优雅起来(学会调试+代码风格)

什么是RESTful,REST api设计时应该遵守什么样的规则?
随机推荐
Add a millennial sign to a number (amount in millennia)
SAP ABAP 对话框编程教程:中的模块池-09
让代码优雅起来(学会调试+代码风格)
SAP ABAP report programming-08
IDEA安装总结
SAP ABAP table control and example-07
Swift -- save print log to sandbox
NiO programming service
【微信小程序自定义底部tabbar】
面试题之 <img>标签 的 title 和 alt 有什么区别
Consumption monitoring of Prometheus monitoring [consult exporter]
音视频基础知识|ANS 噪声抑制原理解析
SAP web service cannot log in to SOA management page with soamanager
SAP web service 无法使用 SOAMANAGER 登陆到SOA管理页面
买网红雪糕的我,成了大冤种
为数字添加千分位符号(金额千分位)
北京恢复堂食半月记:如何重燃门店经营烟火气
C语言贪吃蛇
全球首款AR隐形眼镜,元宇宙入口这次真的打开了?
Shell learning






