includejsp.jsp
来自「<Java网络程序设计 J2EE>随书源码」· JSP 代码 · 共 11 行
JSP
11 行
<html>
<head><title>Include Date JSP </title></head>
<body bgcolor="white">
<center>
<font color="blue">
The current date and time are: <%@ include file="date.jsp" %>
</center>
</font>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?