<%! 声明语句 %>
<jsp:declaration> 声明语句 </jsp:declaration>
<%! int num = 0; %> <%! Circle a = new Circle(2.0); %> <%! public void show () { } %>
<% %>
<%! %>