902c896f5acf001d1af6d80775b30682

来自「用struts框架做的jsp通讯录」· 代码 · 共 20 行

TXT
20
字号
<%@ page contentType="text/html; charset=GBK" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>index</title>
</head>
<frameset rows="180,*" cols="*" frameborder="no" border="0" framespacing="0">
  <frame src="/AddressList/top.jsp" name="topFrame" scrolling="No" />
  <frameset rows="*" cols="200,*"  border="0">
    
    <frame src="/AddressList/left.jsp" name="leftFrame"  scrolling="No" />
    <frame src="/AddressList/menu.jsp" name="mainFrame"  />
    
  </frameset>
</frameset>
<noframes>
<noframes><body>
</body>
</noframes></html>

⌨️ 快捷键说明

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