?? index.jsp
字號:
<?xml version="1.0" encoding="gb2312" ?>
<%@ page language="java" contentType="text/html; charset=gb2312"
pageEncoding="gb2312"%>
<!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>
<link href="../../style/default.css" type="text/css" rel="stylesheet" />
<link href="../jsp_client/flyoutmenu/flyoutmenu.css" type="text/css" rel="stylesheet" />
<jsp:include page="../common/menuData_inc.jsp" flush="true"/>
<script language="javascript" src="../common/common.js"></script>
</head>
<body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0">
<table cellpadding="0" width="100%" cellspacing="0">
<tr>
<td colspan="2" style="height: 80px">abc</td>
<tr>
<td valign="top" style="width: 180px">
<jsp:include page="../common/menuBody_inc.jsp" flush="true"/>
</td>
<td valign="top" style="BORDER-BOTTOM: #999999 1px solid">
catalog's default page.
</td>
</tr>
<tr>
<td colspan="2" style="height: 50px"><jsp:include page="../common/copyright_inc.jsp" flush="true"/></td>
<tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -