index.jsp

来自「基于JSP的财务管理系统」· JSP 代码 · 共 18 行

JSP
18
字号
<%@ page contentType="text/html;charset=gb2312" %>
<%@ include file="sessionadmin.jsp"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<title>财务管理系统</title>
<frameset framespacing="0" border="false" cols="180,*" frameborder="1">
<frame name="left"  scrolling="auto" marginwidth="0" marginheight="0" src="left.jsp">
<frame name="main" scrolling="auto" src="main.jsp">
  </frameset>
  <noframes>
  <body>
  <p>This page uses frames, but your browser doesn't support them.</p>
  </body>
  </noframes>
</html>

⌨️ 快捷键说明

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