JSP学习

<% %>
<%! %> JSP页面声明

JSP表达式

<body>
  JSP: <%="hello world" %>
</br>
</body>

Html注释

<!-- This is comment -->
<!-- today is <%=new java.util.Date().toString() %> -->

JSP注释

<%--
  This is JSP comments.
--%>

JSP程序段注释
//

/ /