首页 > 编程 > JSP > 正文

JSP之plugin的使用

2024-09-05 00:21:48
字体:
来源:转载
供稿:网友

<%-- 注释 --%>JSP形式的注释。将被JSP-to-scriptlet编译器所忽略。任何内嵌JSP scripting elements,directives,或actins都将被忽略。例:

<%@ page language="java" %>
<html>
<head><title>A Comment Test</title></head>
<body>
<h2>A Test of Comments</h2>
<%-- 这部分注释将不会在查看源代码的时候看到 --%>
</body>
</html>

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表