?? index.jsp
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<%@ page contentType="text/html;charset=GBK"%>
<%@ page import="com.saas.biz.commen.commMethodMgr"%>
<%
commMethodMgr commen = new commMethodMgr();
String id = commen.GenTradeId();
String menu_id = "";
if (request.getParameter("menu_id") != null)
{
menu_id = request.getParameter("menu_id");
}
out.print("-------------"+menu_id);
%>
<html>
<head>
<title>安徽農業信息·中國</title>
<link href="/css/layout.css" rel="stylesheet" type="text/css">
<link href="/css/daohang.css" rel="stylesheet" type="text/css">
<link href="/css/manager.css" rel="stylesheet" type="text/css">
<script src="/www/calendar.js" type="text/javascript"></script>
<script language="JavaScript" src="/fuction/public.js"></script>
</head>
<body>
<table>
<tr>
<td colspan=2>
<jsp:include page="/inc/top.jsp"/>
</td>
</tr>
<tr>
<td>
<jsp:include page="/inc/left.jsp"/>
</td>
<td valign=top>
<jsp:include page="/inc/menu.jsp">
<jsp:param name="menu_id" value="<%=menu_id%>" />
</jsp:include>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -