📄 index.jsp~11~
字号:
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>新闻发布系统</title>
</head>
<frameset rows="20%,*" cols="*" onunload="0">
<frame src="header.html" marginheight="0" marginwidth="0" frameborder="0" noresize="noresize">
<frameset rows="*" cols="23%,*">
<frame src="left.html" marginheight="1" marginwidth="0">
<frame src="mainbody.html">
</frameset>
</frameset>
<noframes></noframes>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -