📄 include.jsp.txt
字号:
<!--include.jsp文件代码-->
<%@page contentType="text/html; charset=GB2312"%>
<html>
<head><title>include指令使用示例</title></head>
<body>
<center>
<font color=blue size="7">
<%@ include file="head.jsp"%>
</font>
<hr color="#CC0000">
<h2>
<%@ include file="showdate.jsp"%>
</h2>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -