main.jsp

来自「java做的一个选课系统」· JSP 代码 · 共 18 行

JSP
18
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>????</title>
</head>

<frameset rows="80,*" cols="*" frameborder="NO" border="0" framespacing="0">
  <frame src="welcome.html" name="topFrame" scrolling="yes" noresize="TRUE" >
  <frameset cols="120,*" frameborder="NO" border="0" framespacing="0">
    <frame src="nivagate.html" name="leftFrame" scrolling="yes" noresize="true">
    <frame src="" name="mainFrame">
  </frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?