1. 首页
  2. 数据库
  3. 其它
  4. JSP小知识简单介绍

JSP小知识简单介绍

上传者: 2021-01-16 11:40:20上传 PDF文件 50.96KB 热度 8次
隐藏注释 写在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 –%> </
下载地址
用户评论