<%! users="" user="new"> 用户名:<%=user.getusername()> 密码:<%=user.getpassword()>
在jsp页面中定义变量或者方法用<%! %>,普通语句比如out.println用<% %>
JSP脚本用<% %>,JSP声明用<%! %>