main.jsp

来自「这是一个在Java开发的JSP进销存管理系统源码」· JSP 代码 · 共 15 行

JSP
15
字号
<html><head><title>进销存管理系统</title>
<meta content="text/html; charset=gb2312" http-equiv=Content-Type>
<script language=JavaScript>
  window.self.focus();
</script>

</head>
<frameset name=mm id=mm border=false frameBorder=0 frameSpacing=0 rows="70,10,*,0">
<frame name=top noResize scrolling=no src="top.htm" target="middle">
<frame name=to_TOP src="go_TOP.htm" scrolling=no >
<frame name=mainall src="main0.htm" target="bottom" >
<frame name=bottom src="bottom.htm" scrolling=no >
</frameset>
</html>

⌨️ 快捷键说明

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