阅读(1224)
赞(20)
JSP expressions?
2017-07-03 16:11:15 更新
A JSP expression element contains a scripting language expression that is evaluated, converted to a String, and inserted where the expression appears in the JSP file.
<%= expression %>
