<%! %>用来声明变量的 和private String x;一样
<% %>用来写Java代码的
<%= %>用来写java表达式的\
<%! int i = 0; %>
<%! int a, b, c; %>
<%! Circle a = new Circle(2.0); %>
<!-- This file displays the user login screen -->会在客户端的HTML源代码中
产生和上面一样 的数据
<%! int i = 0; %>是一个合法的变量声明
表达式元素表示的是一个在脚本语言中被定义的表达式。