📄 index.jsp~96~
字号:
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
index
</title>
</head>
<frameset rows="15%,6%,79%" style="border:0px;">
<frame scrolling="no" name="first" src="headpicture.jsp" noresize="noresize"/>
<frame scrolling="no" name="second" src="welcome.jsp" marginheight="3" noresize="noresize"/>
<frameset cols="25%,75%">
<frame src="mission.jsp" scrolling="no" name="fourthLeft" noresize="noresize"/>
<frame src="" scrolling="auto" name="fourthRight" marginheight="30" marginwidth="85" noresize="noresize"/>
</frameset>
</frameset>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -