index.jsp
来自「JSP购物车(SQLserver版) ================== 」· JSP 代码 · 共 21 行
JSP
21 行
<%@ page language="java" contentType="text/html;charset=UTF-8" %><%@ include file="../inc/common.jsp" %><!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>
<title>${basic.name}后台管理</title>
<meta http-equiv=Content-Type content="text/html; charset=UTF-8">
</head>
<frameset id="indexBig" name="indexBig" rows="*" cols="150,*" framespacing="0" frameborder="no" border="0">
<frame src="left.jsp" name="left" scrolling="auto" marginwidth="0" marginheight="0" frameborder="0" bordercolor="#98c6f3" topmargin="0" leftmargin="0" border="0" />
<frameset rows="*" cols="10,*" framespacing="0" frameborder="no" border="0">
<frame src="frameV.htm" name="vFrame" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" bordercolor="#98c6f3" topmargin="0" leftmargin="0" border="0" />
<frame src="main.jsp" name="right" id="right" title="野蔷薇社区 - www.YeQiangWei.com" scrolling="yes" frameborder="no" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" border="0"></frame>
</frameset>
</frameset>
<noscript>请保持浏览器的javascript设置有效才能正常进入社区</noscript>
<noframes>
<body bgcolor="#98c6f3">
<p>你的浏览器不支持分桢页面。请使用其他浏览器!</p>
</body>
</noframes>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?