?? include.jsp.txt
字號(hào):
<!--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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -