隐藏注释 写在JSP程序中,但不是发给客户。 JSP 语法 <%– comment –%> 例子: 代码如下: <%@ page language=”java” %> <html> <head><title>A Comment Test</title></head> <body> A Test of Comments <%– This comment will not be visible in the page source –%> </