documentmain.jsp
来自「J2EE电子商务系统开发从入门到精通---基于Struts和Hibernate技」· 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>LIBRARY ONLINE</title>
</head>
<frameset rows="93,*" cols="*" frameborder="yes" border="3" framespacing="4">
<frame src="head.jsp" name="topFrame" scrolling="NO" noresize >
<frameset rows="*" cols="138,*" framespacing="4" frameborder="yes" border="3">
<frame src="mainitem.jsp" name="leftFrame" scrolling="NO" noresize>
<frame src="content.jsp" name="mainFrame">
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?