https://www.cnblogs.com/moonlightpoet/p/5598885.html
一、脚本 Scriptlet
1、
<%
//定义局部变量和写java语句
%>
2、
<%!
// 定义全局变量 和 方法
3、
<%= 输出表达式%> e.g. <%= "hello world!"%>
在 out.print() 和 <%= %> 中可以解析html代码