📄 include.jsp
字号:
<%@ page contentType="text/html;charset=GB2312" %>
<html>
<head>
<title>include指令的例子</title>
</head>
<body>
<font size="5">
include指令的例子<br>
<hr>
<%@ include file="Hello.html" %>
<br>欢迎大家进入JSP编程世界!
</font>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -