📄 include.jsp
字号:
<%@ page language="java"%>
<%@ page import ="java.util.*,java.rmi.*"%>
<%@ page contentType="text/html; charset=GBK"%>
<html>
<head>
<title> page directive test page</title>
</head>
<body>
<h1>page directive test page</h1>
this is a test page
<%@include file="/copyright.html"%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -