jsp注释:
<!-- --> 只能注释html
<%-- --%> 既能注释html也能注释jsp里代码段
变量声明:
<%! int fontSize=0; %>
jsp代码段:
<%
out.println("hello world")
%>
jsp标签:
jsp内置对象: