📄 usecomment.jsp
字号:
<html>
<head>
<title>注释测试</title>
</head>
<body>
<!--这是HTML注释 -->
<%--
这个JSP程序用来测试JSP注释符和Java注释符"//"、"/* */".
--%>
//abc<%
//out.println("this is the first test!");
//efg%>
<%
out.println("this is the second test!");
/*
out.println("this is the third test!");
*/
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -