f06eb6ececcc001d15c68b756a903e4c

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

TXT
18
字号
<%@ 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="116,*" cols="*" frameborder="yes" border="0" framespacing="0">
  <frame src="" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
  <frameset rows="*" cols="137,*" framespacing="0" frameborder="yes" border="0">
    <frame src="/AddressList/left.jsp" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
    <frame src="/AddressList/menu.jsp" name="mainFrame" id="mainFrame" title="mainFrame" />
  </frameset>
</frameset>

<noframes><body>
</body>
</noframes></html>

⌨️ 快捷键说明

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