index.jsp

来自「JSP002网站流量统计、JSP002网站流量统计、JSP002网站流量统计、J」· JSP 代码 · 共 23 行

JSP
23
字号
<%@ page contentType="text/html; charset=gb2312" language="java" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title></title>
</head>
<FRAMESET border="0" frameSpacing="0" rows="100,*,1" frameBorder="NO">
	<FRAME name="headerGE" src="/ipcount/iframe/top.jsp" scrolling="no" noresize="noresize">
	<frameset id="centerGE" framespacing="6" bordercolor="red" rows="*" frameborder="1" cols="141,*">
		<FRAMESET frameSpacing="0" rows="0,*" frameBorder="NO">
			<FRAME name="leftmain1"  scrolling="no">
			<FRAME name="menuGE" src="/ipcount/iframe/menu.jsp">
		</FRAMESET>
		<FRAMESET frameSpacing="0" rows="0,*" frameBorder="NO">
			<FRAME name="rightmain1"  scrolling="no">
			<FRAME src="/ipcount/iframe/main.jsp" name="mainFrame">
		</FRAMESET>
	</frameset>
	<FRAME id="footerGE" name="footerGE" src="/ipcount/iframe/bottom.jsp" scrolling="no" noresize="noresize">
</FRAMESET>
<noframes></noframes>
</html>

⌨️ 快捷键说明

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